typo
This commit is contained in:
parent
754358f43b
commit
592685545e
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -115,7 +115,7 @@ autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTr
|
||||||
set hidden
|
set hidden
|
||||||
" To open a new empty buffer
|
" To open a new empty buffer
|
||||||
nmap <C-t> :enew<cr>
|
nmap <C-t> :enew<cr>
|
||||||
Move to the next buffer
|
" Move to the next buffer
|
||||||
nmap <C-l> :bnext<CR>
|
nmap <C-l> :bnext<CR>
|
||||||
" Move to the previous buffer
|
" Move to the previous buffer
|
||||||
nmap <C-h> :bprevious<CR>
|
nmap <C-h> :bprevious<CR>
|
||||||
|
|
Loading…
Reference in a new issue