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