dotfiles

My dotfiles.
git clone git://git.ryanmj.xyz/dotfiles.git
Log | Files | Refs | LICENSE

bindings (492B)


      1 def_key "+"
      2     show_clock
      3 def_key "="
      4     volume_up
      5 
      6 def_key "j"
      7     scroll_down
      8 def_key "k"
      9     scroll_up
     10 
     11 def_key "ctrl-u"
     12     page_up
     13 #push_characters "kkkkkkkkkkkkkkk"
     14 def_key "ctrl-d"
     15     page_down
     16 #push_characters "jjjjjjjjjjjjjjj"
     17 
     18 def_key "h"
     19     previous_column
     20 def_key "l"
     21     next_column
     22 
     23 def_key "."
     24     show_lyrics
     25 
     26 def_key "n"
     27     next_found_item
     28 def_key "N"
     29     previous_found_item
     30 
     31 # not used but bound
     32 def_key "J"
     33     move_sort_order_down
     34 def_key "K"
     35     move_sort_order_up