From a70eaa29d4e3c99b4eaba1d4ef152d3ae48a3c3d Mon Sep 17 00:00:00 2001 From: yan Date: Sat, 3 Dec 2011 00:01:54 -0800 Subject: [PATCH] Turn off case insensitive search, change easymotion to use only homerow keys and other nearby keys --- vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 59b64c0..5e0a790 100644 --- a/vimrc +++ b/vimrc @@ -22,7 +22,6 @@ set showmode "show current mode down the bottom set incsearch "find the next match as we type the search set hlsearch "hilight searches by default -set ignorecase "ignore case when searching set nowrap "dont wrap lines set linebreak "wrap lines at convenient points @@ -393,9 +392,13 @@ nnoremap yw yaw imap _ imap - +" This remaps easymotion to show us only the left +" hand home row keys as navigation options which +" may mean more typing to get to a particular spot +" but it'll all be isolated to one area of the keyboard call EasyMotion#InitOptions({ \ 'leader_key' : '' -\ , 'keys' : 'abcdefghijklmnopqrstuvwxyz' +\ , 'keys' : 'asdfwejkliogh' \ , 'do_shade' : 1 \ , 'do_mapping' : 1 \ , 'grouping' : 1