summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e625386..e0e5369 100644
--- a/vimrc
+++ b/vimrc
@@ -259,6 +259,9 @@ set noexpandtab
"noremap U yyp:s/[^ ]/-/g<CR>:noh<CR>
"noremap Y yyp:s/[^ ]/=/g<CR>:noh<CR>
+set ttimeoutlen=0
+set timeoutlen=250
+
" Code comment/uncomment
noremap <silent> // m"I// <ESC>g`"3l
noremap <silent> /* m"I/* <ESC>A */<ESC>jg`"3l