Fix NERDTree

This commit is contained in:
Kujiu 2017-02-02 13:25:45 +01:00
parent f38d460a66
commit 1e64433fbb
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D

View file

@ -114,7 +114,8 @@ imap <silent> <F5> <Esc>:let @/=''<CR>a
nmap <silent> <F8> :TagbarToggle<CR>
imap <silent> <F8> <Esc>:TagbarToggle<CR>a
nmap <silent> <F9> zR
nmap <silent> <F9> :NERDTreeToggle<CR>
imap <silent> <F9> <Esc>:NERDTreeToggle<CR>a
nmap <silent> <M-1> :set shiftwidth=1 softtabstop=1 tabstop=1 expandtab<CR>
imap <silent> <M-1> <Esc> :set shiftwidth=1 softtabstop=1 tabstop=1 expandtab<CR>a