From dfbc9a40bb39a8218fe1b7c33d88c6836269b616 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 16 Feb 2015 23:56:26 -0500 Subject: Fix timeoutlen so leader still works --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index fb7c5eb9..c7a4c51e 100644 --- a/.vimrc +++ b/.vimrc @@ -28,7 +28,7 @@ set shortmess=atI set visualbell t_vb= " Prevent delay when returning to norml mode in terminal vim. -set timeoutlen=0 +set ttimeoutlen=0 " Show hard tabs and trailing whitespace set list listchars=tab:»·,trail:· @@ -45,7 +45,7 @@ set wildmenu wildmode=list:longest " Swap , and \ for leader. noremap \ , -let mapleader="," +let mapleader = ',' " Clear search results. nmap n :nohlsearch -- cgit 1.4.1 ubmit' value='switch'/> dontfiles
summary refs log tree commit diff
path: root/txt (unfollow)
Commit message (Expand)Author
2018-09-11Move bin man pages to bin/manJune McEnroe
2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe
2018-09-11Remove GAMES from BINSJune McEnroe
2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe
2018-09-11Add "blank" lines to man pagesJune McEnroe
2018-09-10Add mdoc syntax fileJune McEnroe
2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe
2018-09-08Put real dates on man pagesJune McEnroe
2018-09-08Replace gfx README with REAMDE.7June McEnroe
2018-09-08Link gfx man pages in ~/.localJune McEnroe