Skip to content

Commit

Permalink
Diversify remap values for new operations: "." (End of word), "," (Word)
Browse files Browse the repository at this point in the history
  • Loading branch information
ELECTAPE-CASS authored Nov 6, 2024
1 parent 58a1497 commit a326547
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugin/dvorak.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
" Operator await {{{
nnoremap e d| onoremap e d |
nnoremap E D| onoremap E D |
nnoremap . e| onoremap > E |
nnoremap , w| onoremap < W |
nnoremap . e| onoremap . e |
nnoremap > E| onoremap > E |
nnoremap , w| onoremap , w |
nnoremap < W| onoremap < W |
" }}}
" Change {{{
nnoremap p c|xnoremap p c|
Expand Down

0 comments on commit a326547

Please sign in to comment.