This commit is contained in:
Michael Grote 2021-06-01 17:46:00 +02:00
parent 754358f43b
commit 592685545e

2
.vimrc
View file

@ -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>