Update dotfiles
This commit is contained in:
parent
f713d11c04
commit
9ae46d39be
1 changed files with 2 additions and 2 deletions
4
.vimrc
4
.vimrc
|
|
@ -200,8 +200,8 @@ map <c-l> <c-w>l
|
|||
map <c-h> <c-w>h
|
||||
|
||||
" easier moving between tabs
|
||||
map <Leader>m <esc>:bn<CR>
|
||||
map <Leader>n <esc>:bp<CR>
|
||||
map <Leader>m <esc>;bn<CR>
|
||||
map <Leader>n <esc>;bp<CR>
|
||||
|
||||
" Create empty buffer and open it
|
||||
map <Leader>t <esc>:enew<CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue