Mapped F3 to toggle pasting in vim.
This commit is contained in:
parent
e8ba95a0ff
commit
0be82d87f3
1
vimrc
1
vimrc
@ -46,6 +46,7 @@ syntax on
|
|||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
imap jk <Esc>
|
imap jk <Esc>
|
||||||
map <F2> :set nonumber!<CR>
|
map <F2> :set nonumber!<CR>
|
||||||
|
set pastetoggle=<F3>
|
||||||
"Change working dir to current dir
|
"Change working dir to current dir
|
||||||
:cd %:p:h
|
:cd %:p:h
|
||||||
"execute Makefile
|
"execute Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user