diff --git a/vimrc b/vimrc index b0b72d9..8502119 100644 --- a/vimrc +++ b/vimrc @@ -127,15 +127,12 @@ set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab set t_Co=256 " Remapping some things vmap :fold -<<<<<<< HEAD " nmap :bprevious noremap : nnoremap :w nnoremap :bdelete nnoremap :bnext nnoremap :bprevious -======= ->>>>>>> 621eebbe99c4cf7a82a1ee8875b122be5b59cff4 " Retab mappings nnoremap :retab! nnoremap :setl expandtab!:set expandtab?