+ncmpcpp config to dotfiles

Basically just bindings for ncmpcpp because wow it's powerful
This commit is contained in:
AChavali
2020-02-09 23:50:52 +00:00
parent 255c7597e9
commit e6ac30765f
3 changed files with 33 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
TAGS
doom.d/bin/*.el
mpd/*
ncmpcpp/*

2
files
View File

@@ -1 +1 @@
tmux.conf vimrc zshenv doom.d mpd alacritty.yml
tmux.conf vimrc zshenv doom.d mpd alacritty.yml ncmpcpp

31
ncmpcpp/bindings Normal file
View File

@@ -0,0 +1,31 @@
def_key "/"
find
def_key "/"
find_item_forward
def_key "+"
volume_up
def_key "-"
volume_down
def_key "="
show_clock
def_key "ctrl-f"
page_down
def_key "ctrl-b"
page_up
def_key "h"
previous_column
def_key "l"
next_column
def_key "j"
scroll_down
def_key "k"
scroll_up
def_key "v"
select_item