Mapped F2 to toggle numbers in vim.

This commit is contained in:
Faerbit 2015-03-12 12:24:08 +01:00
parent 74730d064b
commit e8ba95a0ff

1
vimrc
View File

@ -45,6 +45,7 @@ set smartcase
syntax on
filetype plugin indent on
imap jk <Esc>
map <F2> :set nonumber!<CR>
"Change working dir to current dir
:cd %:p:h
"execute Makefile