diff --git a/nvim/init.vim b/nvim/init.vim index e9df57e5..e191cd59 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -26,14 +26,13 @@ Plug 'HerringtonDarkholme/yats.vim' " TS Syntax " Initialize plugin system call plug#end() -"Toggle NerdTree with Ctrl + n -nmap :NERDTreeToggle +"Toggle NerdTree with Ctrl + l +nmap :NERDTreeToggle "Toggle Multi-Cursor with j or k nmap nmap - " Start NERDTree. If a file is specified, move the cursor to its window. autocmd StdinReadPre * let s:std_in=1 autocmd VimEnter * NERDTree | if argc() > 0 || exists("s:std_in") | wincmd p | endif @@ -83,9 +82,6 @@ nmap MarkdownPreviewToggle " creates a small horizontal window for neoterm ( type |T ) nmap 50:new -" Toggle NerdTree -nmap :NERDTreeToggle - "Escape Insert Mode with ii imap ii