X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=vim%2F.vimrc;fp=vim%2F.vimrc;h=e70d8b5ca2f515c1f098319517a43573200e6536;hb=34efd3799ac4187242dd29334fd034acc6e5f025;hp=5c63c930e93a5c1449b210d181fe4a90662e0269;hpb=139a21003b07452b08c8d721d1f9342c5320d10e;p=dotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index 5c63c93..e70d8b5 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,7 +1,5 @@ " Automaticly source some files after writing autocmd! bufwritepost .vimrc source % -autocmd! bufwritepost .bashrc !source % -autocmd! bufwritepost .Xresources !xrdb -merge % " Some general options syntax enable @@ -33,9 +31,11 @@ set list map j gj map k gk -" Custom split switching using tab -map l l -map h h +" Custom split and tabswitching using tab +map l +map h +map l l +map h h map j j map k k