From 9026fbe648bd7df3021884ea31929deebac41f97 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 18 Nov 2023 17:08:00 -0800 Subject: [PATCH] :memo: More note on nvim keybindings (shift + k) --- nvim_custom_keys.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nvim_custom_keys.txt b/nvim_custom_keys.txt index 11a770cd..9f58d3b9 100644 --- a/nvim_custom_keys.txt +++ b/nvim_custom_keys.txt @@ -334,6 +334,10 @@ project): k - Go to your 3rd saved page. l - Go to your 4th saved page. +LSP Specs: +Custom command 'cmp' invoked in NORMAL mode will turn off lsp autocomplete. +Shift + K will bring up lsp of word under corsor (navigate left or right to remove). + -- ESPANSO BASED commands NOTE: Espanso can be used in conjunction for some powerful aliases in neovim (as well as other applications) FURTHER NOTATION: Please note that espanso is capabale of a lot more than is featured here and I highly recommend coming up with further expamples as it has the potential to greatly increase workflow speed