Skip to content

Commit

Permalink
remove softtabstop and shortcut for yank end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
mkvalor committed Dec 26, 2018
1 parent 6d090bf commit 4c62827
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ set pastetoggle=<F11>

" Indentation settings for using 4 spaces instead of tabs.
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab

Expand All @@ -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 <C-L> (redraw screen) to also turn off search highlighting until the
" next search
Expand Down

0 comments on commit 4c62827

Please sign in to comment.