Remove arpeggio fd and jk because they interfere with Cmd-j, Cmd-k
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -41,11 +41,6 @@ imap <silent> <D-D> -
|
||||
" gary bernhardt's hashrocket
|
||||
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-'
|
||||
nnoremap <D-'> ci'
|
||||
nnoremap <D-"> ci"
|
||||
|
||||
Reference in New Issue
Block a user