summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index c038eb8..2a4d4d4 100644
--- a/vimrc
+++ b/vimrc
@@ -35,6 +35,7 @@ set comments=sl:/*,mb:\ *,elx:\ */
" Enhanced keyboard mappings
"
+set pastetoggle=<C-p>
" in normal mode F2 will save the file
nmap <F2> :w<CR>
" in insert mode F2 will exit insert, save, enters insert again