Update dotfiles

This commit is contained in:
viktorbarzin 2018-10-17 17:00:02 +01:00
parent f713d11c04
commit 9ae46d39be

4
.vimrc
View file

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