diff --git a/vim/.vimrc b/vim/.vimrc index 7c31a25..1973a03 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -62,12 +62,12 @@ set wildignore=*.o,*.obj,.git/**,tags,*.pyc set noswapfile set makeprg=just syntax on -tnoremap c c -xnoremap H ^ -xnoremap L $ -nnoremap Q @@ -nnoremap ,m :make -nnoremap - :E +tnoremap c c +xnoremap H ^ +xnoremap L $ +nnoremap Q @@ +nnoremap ,m :make +nnoremap - :E nnoremap _ :execute 'Explore ' . fnameescape(getcwd()) if has('clipboard')