ncmpcpp: Add config, Vim bindings

This commit is contained in:
Alex Palaistras 2023-01-19 17:42:01 +00:00
parent ec2590a0e8
commit 5fa50a8e48
2 changed files with 55 additions and 0 deletions

26
.config/ncmpcpp/bindings Normal file
View File

@ -0,0 +1,26 @@
# Navigation
def_key "h"
previous_column
def_key "j"
scroll_down
def_key "k"
scroll_up
def_key "l"
next_column
def_key "ctrl-u"
page_up
def_key "ctrl-d"
page_down
# Search
def_key "n"
next_found_item
def_key "N"
previous_found_item
# Browser
def_key "h"
jump_to_parent_directory
def_key "l"
enter_directory

29
.config/ncmpcpp/config Normal file
View File

@ -0,0 +1,29 @@
[header]
header_visibility = "no"
header_window_color = "black"
volume_color = "green"
state_line_color = "black"
[playlist]
playlist_display_mode = "classic"
song_list_format = "$5%t $R$6%a $7%N$9"
now_playing_prefix = ">> $b"
now_playing_suffix = "$/b"
[statusbar]
progressbar_look = "━━━"
progressbar_color = "black"
statusbar_visibility = "yes"
progressbar_elapsed_color = "cyan"
statusbar_color = "3"
song_status_format = "{%t - %a}"
[library]
song_library_format = "{{%a - %t}|{%f}}{$R%l}"
empty_tag_color = "black"
[global]
main_window_color = "default"
centered_cursor = "yes"
enable_window_title = "yes"
external_editor = "emacs -nw"