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

View File

@@ -272,7 +272,7 @@ return {
desc = "Notification History",
},
{
"<S-Esc>",
"<C-Esc>",
function()
Snacks.zen()
end,