aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-02-09 23:50:52 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-02-09 23:50:52 +0000
commite6ac30765f5ac3450276c384fe82dd60000b0b57 (patch)
treebaf6bbee79008bbcf2c5be33dc87ac80118becaf
parent255c7597e96f57d9e359b072ae690de682074ff6 (diff)
downloaddotfiles-e6ac30765f5ac3450276c384fe82dd60000b0b57.tar.gz
dotfiles-e6ac30765f5ac3450276c384fe82dd60000b0b57.tar.bz2
dotfiles-e6ac30765f5ac3450276c384fe82dd60000b0b57.zip
+ncmpcpp config to dotfiles
Basically just bindings for ncmpcpp because wow it's powerful
-rw-r--r--.gitignore1
-rw-r--r--files2
-rw-r--r--ncmpcpp/bindings31
3 files changed, 33 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3bcd8ae..9a6e405 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
TAGS
doom.d/bin/*.el
mpd/*
+ncmpcpp/*
diff --git a/files b/files
index 5d85492..49a7fad 100644
--- a/files
+++ b/files
@@ -1 +1 @@
-tmux.conf vimrc zshenv doom.d mpd alacritty.yml
+tmux.conf vimrc zshenv doom.d mpd alacritty.yml ncmpcpp
diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings
new file mode 100644
index 0000000..8cb1a39
--- /dev/null
+++ b/ncmpcpp/bindings
@@ -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