-
-
Save Soft/959188 to your computer and use it in GitHub Desktop.
More vim like ncmpcpp keys config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
Works great :) +1:
Thanks! Feels like home ๐
Thx!
also not to forget:
def_key "g"
move_home
def_key "G"
move_end
def_key "0"
replay_song
def_key "ctrl-f"
page_down
def_key "ctrl-b"
page_up
exactly what i was looking for
Thank you very much, it's very useful
Works like a charm, thanks!
๐
Thank you so much.
I am new to ncmpcpp
, thanks everyone for these tips!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's pretty nice, @liquiddandruff. Now
ncmpcpp
really feels like Vim!