Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
I didn't realize how dangerous this can be especially when pasting important text from clipboard
  • Loading branch information
RewoundVHS authored Jun 6, 2023
1 parent fdfb9a0 commit eac86aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ map <Leader>s :setlocal spell! spelllang=en_us<CR>
nnoremap <S-Tab> <<
inoremap <S-Tab> <C-d>
" jk to ESC while in Insert mode
inoremap jk <Esc>
" Remove trailing whitespace on buffer write
" autocmd BufWritePre * %s/\s\+$//e

Expand Down

0 comments on commit eac86aa

Please sign in to comment.