Skip to content

Commit

Permalink
Added key bindings for Shift-style selection with Home, End, Ctrl-Hom…
Browse files Browse the repository at this point in the history
…e, Ctrl-End.
  • Loading branch information
Pistos committed Jan 7, 2014
1 parent 89a4939 commit 117df1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diakonos.conf
Expand Up @@ -432,6 +432,10 @@ key esc [ 1 ; 2 A anchor_unanchored_selection; cursor_up
key esc [ 1 ; 2 B anchor_unanchored_selection; cursor_down
key esc [ 1 ; 2 C anchor_unanchored_selection; cursor_right
key esc [ 1 ; 2 D anchor_unanchored_selection; cursor_left
key esc [ 1 ; 2 H anchor_unanchored_selection; cursor_bol
key esc [ 1 ; 2 F anchor_unanchored_selection; cursor_eol
key esc [ 1 ; 6 H anchor_unanchored_selection; cursor_bof
key esc [ 1 ; 6 F anchor_unanchored_selection; cursor_eof
key esc [ 1 ; 6 C anchor_unanchored_selection; seek /(?:^|\W)(\w)/
key esc [ 1 ; 4 C anchor_unanchored_selection; seek /(?:^|\W)(\w)/
key esc [ 1 ; 6 D anchor_unanchored_selection; seek /\w(\W|$)/, :up
Expand Down

0 comments on commit 117df1f

Please sign in to comment.