Mapped F3 to toggle pasting in vim.

This commit is contained in:
Faerbit 2015-03-12 12:24:22 +01:00
parent e8ba95a0ff
commit 0be82d87f3

1
vimrc
View File

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