some awesome tweaks + revert to default hl behaviour in vim
This commit is contained in:
parent
600575cb49
commit
1ac60219ba
2 changed files with 5 additions and 12 deletions
4
vimrc
4
vimrc
|
@ -34,14 +34,10 @@ autocmd FileType python setlocal sts=4 sw=4 expandtab
|
|||
|
||||
" maps
|
||||
nmap <Space> <C-W>
|
||||
nnoremap h <BS>
|
||||
nnoremap j gj
|
||||
nnoremap k gk
|
||||
nnoremap l <Space>
|
||||
vnoremap h <BS>
|
||||
vnoremap j gj
|
||||
vnoremap k gk
|
||||
vnoremap l <Space>
|
||||
|
||||
" still have to deal with old vim versions :<
|
||||
if v:version >= 703
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue