st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

keyboardselect_reflow.txt (1839B)


      1 Shortcuts in keyboard selection mode:
      2 
      3 h, j, k, l:              move cursor left/down/up/right (also with arrow keys)
      4 H, M, L:                 move cursor to the top/middle/bottom of the screen
      5 Home, End:               move cursor to the top/bottom of the screen
      6 Backspace or 0, $ or A:  move cursor to the beginning/end of the line
      7 ^ or I:                  move cursor to the beginning of the indented line
      8 !:                       move cursor to the middle of the row
      9 _:                       move cursor to the right edge of the screen
     10 *:                       move cursor to the center of the screen
     11 w, W                     jump forward to the start of a word
     12 e, E                     jump forward to the end of a word
     13 b, B                     jump backward to the start of a word
     14 g, G:                    go to the first/last line
     15 z:                       center the screen on the cursor
     16 PgUp or K, PgDown or J:  scroll the page up/down
     17 /, ?:                    activate input mode and search up/down
     18 n, N:                    repeat last search and search forward/backward
     19 f, F:                    jump forward/backward to the given character
     20 t, T:                    jump forward/backward to before the given character
     21 ; or r                   repeat previous f, t, F or T movement and move forward
     22 , or R                   repeat previous f, t, F or T movement and move backward
     23 v:                       toggle selection mode
     24 V:                       toggle line selection mode
     25 s:                       toggle regular/rectangular selection type
     26 y:                       yank (copy) selected text
     27 0 - 9:                   set the quantifier
     28 Return:                  quit keyboard_select, yank and keep the highlight of the selection
     29 Escape, q:               quit keyboard_select/exit input mode/exit selection mode/reset quantifier