dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 9ba8a81fa1a65b3fe6d7d9d3c41a0d48e26e725e
parent 53861bf1bf9194192ee0c2d1f9f25d935cd01134
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:
M.vim/vimrc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.vim/vimrc b/.vim/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>