1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-07 03:53:41 +05:30

chore(neovim): Keymaps updates

- Zen mode: <Shift-Escape> -> <Ctrl-Escape>
- Global symbol searches using telescope's `lsp_workspace_symbols`
This commit is contained in:
Pratik Tripathy
2025-08-17 19:57:26 +05:30
parent 7333d35241
commit 126eb6eeb9
2 changed files with 2 additions and 3 deletions
@@ -272,7 +272,7 @@ return {
desc = "Notification History",
},
{
"<S-Esc>",
"<C-Esc>",
function()
Snacks.zen()
end,