Skip to content

Instantly share code, notes, and snippets.

@merkurus
Forked from Soft/keys
Created March 23, 2017 04:54
Show Gist options
  • Save merkurus/15a9ab5879701ce8c8662ff21fc56f71 to your computer and use it in GitHub Desktop.
Save merkurus/15a9ab5879701ce8c8662ff21fc56f71 to your computer and use it in GitHub Desktop.
More vim like ncmpcpp keys config
key_move_song_up = 'K'
key_move_song_down = 'J'
key_next_found_position = 'n'
key_prev_found_position = 'N'
key_prev_column = 260 'h'
key_next_column = 261 'l'
key_lyrics = '.'
key_home = 262 'g'
key_end = 360 'G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment