nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

bindings (305B)


      1 def_key "j"
      2   scroll_down
      3 def_key "k"
      4   scroll_up
      5 def_key "h"
      6   previous_column
      7 def_key "l"
      8   next_column
      9 def_key "ctrl-b"
     10   page_up
     11 def_key "ctrl-u"
     12   page_up
     13 def_key "ctrl-f"
     14   page_down
     15 def_key "ctrl-d"
     16   page_down
     17 def_key "G"
     18   move_end
     19 def_key "n"
     20   next_found_item
     21 def_key "N"
     22   previous_found_item