From 1d89bbbf810f1e5b34d0aee476079ac36936299b Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 15 Apr 2012 12:36:11 -0700 Subject: [PATCH] Remove arpeggio fd and jk because they interfere with Cmd-j, Cmd-k --- README.md | 1 - vim/plugin/settings/yadr-keymap.vim | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 50caa176..9f727e91 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,6 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * `,.` to go to last edit location (same as `'.`) because the apostrophe is hard on the pinky * `Cmd-'` and `Cmd-"` to change content inside quotes * Cmd-Space to autocomplete. Tab for snipmate snippets. - * `fd` and `jk` key *chords* - hit the first two homerow buttons simultaneously on either side of the keyboard to go to beginning and end of line * `,ci` to change inside any set of quotes/brackets/etc #### Tab Navigation diff --git a/vim/plugin/settings/yadr-keymap.vim b/vim/plugin/settings/yadr-keymap.vim index ad046242..a16658dd 100644 --- a/vim/plugin/settings/yadr-keymap.vim +++ b/vim/plugin/settings/yadr-keymap.vim @@ -41,11 +41,6 @@ imap - " gary bernhardt's hashrocket imap => -" Use the two first fingers on both sides of the keyboard -" simultaneously to go to the beginning or end of line -Arpeggio nnoremap jk $ -Arpeggio nnoremap fd 0 - " Change inside quotes with Cmd-" and Cmd-' nnoremap ci' nnoremap ci" @@ -148,7 +143,7 @@ nnoremap ss s nnoremap + nnoremap - nnoremap < -nnoremap > +nnoremap > " create <%= foo %> erb tags using Ctrl-k in edit mode imap <%= %>3hi