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

@@ -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"
@@ -148,7 +143,7 @@ nnoremap <silent> ss <C-w>s
nnoremap <Up> <C-w>+
nnoremap <Down> <C-w>-
nnoremap <Left> <C-w><
nnoremap <Right> <C-w>>
nnoremap <Right> <C-w>>
" create <%= foo %> erb tags using Ctrl-k in edit mode
imap <silent> <C-K> <%= %><Esc>3hi