Skip to content

Commit

Permalink
remap f1 to esc
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed May 13, 2015
1 parent d4d82d0 commit 0ddc58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set history=2000
" Sets leader to ','
let mapleader = ','
let g:mapleader = ','
noremap <F1> <Esc>
" Sets syntax on
syntax on
Expand Down

0 comments on commit 0ddc58e

Please sign in to comment.