vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 320eed8629c15750b7fcbd0143f65fd6ef4d0c73
parent 11cb3023660cbc9eda91c1488a8ac47786721dea
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 25 Sep 2017 15:32:59 -0700

Eliminate jj mapping to ESC

Trades convenience at my own terminal for convenience at other people's
terminals. It turns out that not everyone shares my good taste in
convenience mappings. ctrl-[ it is, then.jj:wq

Diffstat:
Mvimrc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -25,9 +25,8 @@ set cpo&vim map! <S-Insert> <MiddleMouse> map <S-Insert> <MiddleMouse> -" Kill ex mode, map jj to ESC +" Kill ex mode noremap Q <NOP> -inoremap jj <ESC> " Kill arrow keys, for great justice noremap <Up> <NOP>