getting rid of arrow keys
This commit is contained in:
parent
4041089c4b
commit
563a9ab621
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ nmap <C-h> :tabprevious<CR>
|
||||||
nmap <C-j> :tabprevious<CR>
|
nmap <C-j> :tabprevious<CR>
|
||||||
nmap <C-k> :tabnext<CR>
|
nmap <C-k> :tabnext<CR>
|
||||||
nmap <C-l> :tabnext<CR>
|
nmap <C-l> :tabnext<CR>
|
||||||
|
noremap i k
|
||||||
|
noremap k j
|
||||||
|
noremap j h
|
||||||
|
|
||||||
map <leader>b <Esc>:set cc=79<CR>
|
map <leader>b <Esc>:set cc=79<CR>
|
||||||
map <leader>nb <Esc>:set cc=0<CR>
|
map <leader>nb <Esc>:set cc=0<CR>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue