Remove arpeggio fd and jk because they interfere with Cmd-j, Cmd-k

This commit is contained in:
Yan Pritzker
2012-04-15 12:36:11 -07:00
parent 2405ef2e40
commit 1d89bbbf81
2 changed files with 1 additions and 7 deletions

View File

@@ -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 * `,.` 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-'` and `Cmd-"` to change content inside quotes
* Cmd-Space to autocomplete. Tab for snipmate snippets. * 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 * `,ci` to change inside any set of quotes/brackets/etc
#### Tab Navigation #### Tab Navigation

View File

@@ -41,11 +41,6 @@ imap <silent> <D-D> -
" gary bernhardt's hashrocket " gary bernhardt's hashrocket
imap <c-l> <space>=><space> imap <c-l> <space>=><space>
" 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-' " Change inside quotes with Cmd-" and Cmd-'
nnoremap <D-'> ci' nnoremap <D-'> ci'
nnoremap <D-"> ci" nnoremap <D-"> ci"