Added Arpeggio plugin for key chord combos and Filesystem Size Used Avail Capacity Mounted on
/dev/disk0s2 931Gi 481Gi 450Gi 52% / devfs 192Ki 192Ki 0Bi 100% /dev map -hosts 0Bi 0Bi 0Bi 100% /net map auto_home 0Bi 0Bi 0Bi 100% /home /dev/disk1s2 15Mi 15Mi 0Bi 100% /Volumes/Flash Player /dev/disk2s2 100Mi 100Mi 0Bi 100% /Volumes/Google Chrome /dev/disk4 5.0Mi 2.9Mi 2.1Mi 59% /Volumes/KeyCastr /dev/disk5 4.2Gi 4.2Gi 0Bi 100% /Volumes/Blue in Green /dev/disk6s2 100Mi 17Mi 83Mi 17% /Volumes/MacScan Installer and chords to go to beginning and end of line
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
" Arpeggio lets us define key-chord combos (simultaneous key presses)
|
||||
call arpeggio#load()
|
||||
|
||||
" ========================================
|
||||
" General vim sanity improvements
|
||||
" ========================================
|
||||
@@ -35,6 +38,11 @@ imap <silent> <D-d> _
|
||||
imap <silent> <D-K> -
|
||||
imap <silent> <D-D> -
|
||||
|
||||
" 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