Skip to content

Commit

Permalink
Correct paste toggle shortcut for OSX keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-le-graverend committed Jul 13, 2015
1 parent d568e6c commit 2fa9e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ set number
syntax on
" Highlight current line
set cursorline
" Smart indent + toggle it with F12"
" Smart indent + toggle it with F10"
set smartindent
set pastetoggle=<F12>
set pastetoggle=<F10>
" Make tabs as wide as two spaces
set tabstop=2
set shiftwidth=2
Expand Down

0 comments on commit 2fa9e09

Please sign in to comment.