aboutsummaryrefslogtreecommitdiff
path: root/.vim/options.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/options.vim')
-rw-r--r--.vim/options.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vim/options.vim b/.vim/options.vim
index 431bfc7..353b9a5 100644
--- a/.vim/options.vim
+++ b/.vim/options.vim
@@ -1,6 +1,3 @@
-" Mapping
-let mapleader =" " " Set mapleader
-
" Search options
set incsearch " Search for partial typed match
set ignorecase " Search not case sensitive
@@ -89,3 +86,6 @@ set ffs=unix,dos,mac
set nobackup
set nowb
set noswapfile
+
+" Timeout
+set timeoutlen=500
ArKa projects. All rights to me, and your next child right arm.