vim

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

commit b535e49703ebfdebf0216469ec772d889ce3ebc4
parent 6ae1a3515cbc84a8aa315dd9f667c9f33e14628c
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  1 Mar 2013 08:53:46 -0800

Disable arrows

Diffstat:
M.vimrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -8,6 +8,10 @@ map! <S-Insert> <MiddleMouse> map <S-Insert> <MiddleMouse> inoremap jj <ESC> nmap <F2> :noh<CR> " Clear seach highlight +noremap <Up> <NOP> +noremap <Down> <NOP> +noremap <Left> <NOP> +noremap <Right> <NOP> let &cpo=s:cpo_save unlet s:cpo_save