aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>