fixes
This commit is contained in:
parent
7da46c9388
commit
9a9d3b5ac5
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue