vim mode for zsh

This commit is contained in:
Bartek Stalewski 2020-11-27 01:01:44 +01:00
parent d13ebe7eff
commit 4041089c4b
3 changed files with 9 additions and 6 deletions

View file

@ -45,10 +45,10 @@ nmap <C-p> :Files<CR>
nmap <C-a> :Files ~<CR>
nmap <C-n> :tabnew<CR>
nmap <C-q> :tabclose<CR>
nmap <C-k> :tabprevious<CR>
nmap <C-h> :tabprevious<CR>
nmap <C-j> :tabprevious<CR>
nmap <C-k> :tabnext<CR>
nmap <C-l> :tabnext<CR>
nmap <C-Left> :tabprev<CR>
nmap <C-Right> :tabnext<CR>
map <leader>b <Esc>:set cc=79<CR>
map <leader>nb <Esc>:set cc=0<CR>