This commit is contained in:
Bartek Stalewski 2020-02-07 12:45:22 +01:00
parent 7da46c9388
commit 9a9d3b5ac5

View file

@ -6,6 +6,8 @@ set nobackup
set incsearch
set expandtab
set smartcase
set splitbelow
set splitright
set ignorecase
set nohlsearch
set noshowmode
@ -33,7 +35,7 @@ nmap <Esc><CR> :wq!<CR>
nmap <C-p> :Files<CR>
nmap <C-j> :term<CR>
nmap <C-n> :tabnew<CR>
nmap <C-w> :tabclose<CR>
nmap <C-q> :tabclose<CR>
nmap <C-Left> :tabprev<CR>
nmap <C-Right> :tabnext<CR>