summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 81f87cb..e48ecb0 100644
--- a/vimrc
+++ b/vimrc
@@ -36,7 +36,7 @@ set comments=sl:/*,mb:\ *,elx:\ */
" Enhanced keyboard mappings
"
-set pastetoggle=<C-p>
+" 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