1
0
Fork 0

some awesome tweaks + revert to default hl behaviour in vim

This commit is contained in:
Von Random 2014-11-21 03:16:50 +03:00
parent 600575cb49
commit 1ac60219ba
2 changed files with 5 additions and 12 deletions

4
vimrc
View file

@ -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