]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Updates NERDTree mappings
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 8 Nov 2017 20:25:16 +0000 (18:25 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 8 Nov 2017 20:25:16 +0000 (18:25 -0200)
vimrc.dot.link

index 23cc6602250b458aaf683b79583d103916ea0bca..1c621bfd7b873bab3f96df1b58f099c01478fedb 100644 (file)
@@ -146,7 +146,7 @@ set timeoutlen=0 ttimeoutlen=0
 
 " Write, quit and close shortcuts using Esc <key> notation (works also with <Alt-key>)
 nmap <ESC>n :tabnew<CR>
-nmap <ESC>t :OpenNERDTree 
+nmap <ESC>t :NERDTree 
 nmap <ESC>T :T 
 "nmap <ESC>q :wqa<CR>
 "map <ESC>c :wqa<CR>
@@ -159,7 +159,7 @@ nmap <ESC>s :OpenSession
 nmap <ESC>m :q!<CR>
 nmap <ESC>w :w<CR>
 imap <ESC>n <ESC>:tabnew<CR>
-imap <ESC>t <ESC>:OpenNERDTree 
+imap <ESC>t <ESC>:NERDTree 
 imap <ESC>t <ESC>:T 
 "imap <ESC>q <ESC>:wqa<CR>
 "map <ESC>c <ESC>:wqa<CR>