aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-08 18:25:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-08 18:25:16 -0200
commit53e4c8ba6a808bf41dd3b93c0bc759c8544cb642 (patch)
tree0b7f1fb51222d374210aa70f6194950c81036b8a
parent077b5fcda0b587f6db3ee707e6fa4e4bfb85d43d (diff)
downloadvim-53e4c8ba6a808bf41dd3b93c0bc759c8544cb642.tar.gz
vim-53e4c8ba6a808bf41dd3b93c0bc759c8544cb642.tar.bz2
Updates NERDTree mappings
-rw-r--r--vimrc.dot.link4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 23cc660..1c621bf 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -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>