diff --git a/.vimrc b/.vimrc index 0dbad18..549b2d0 100644 --- a/.vimrc +++ b/.vimrc @@ -163,7 +163,6 @@ set pastetoggle= " Indentation settings for using 4 spaces instead of tabs. set tabstop=4 -set softtabstop=4 set shiftwidth=4 set expandtab @@ -182,7 +181,7 @@ set expandtab " Map Y to act like D and C, i.e. to yank until EOL, rather than act as yy, " which is the default -map Y y$ +"map Y y$ " Map (redraw screen) to also turn off search highlighting until the " next search