Skip to content

Commit

Permalink
lavish comforts optimized for ergonomic DVORAK use
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Feb 4, 2019
1 parent eb70769 commit 52c9d3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ Unlock a locked *BUNDLE*, so it can be updated, by checking out its `master`:

## Shortcuts

This branch of the Vim configuration defines the following shortcuts.
This branch of the Vim configuration defines the following shortcuts, which
assume that you [type in Dvorak]( http://www.dvzine.org/zine/01-toc.html ).
If this assumption doesn't apply to you, then try the [qwerty] branch instead.

* `,` is the `<Leader>`, used in _some_ shortcuts in this configuration.

Expand Down
4 changes: 4 additions & 0 deletions bundle/motion/sneak.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ let g:sneak#use_ic_scs = 1

" target selection
let g:sneak#label = 1
let g:sneak#target_labels =
\ 'aoeuidhtnspyfgcrlqjkxbmwvz'
\ .'AOEUIDHTNSPYFGCRLQJKXBMWVZ'
\ .'1234567890'

Shortcut! f (sneak) sneak forward onto {char}
Shortcut! F (sneak) sneak backward onto {char}
Expand Down

0 comments on commit 52c9d3f

Please sign in to comment.