Skip to content

Commit 528a235

Browse files
committed
vim key bindings for ncmpcpp (especially now my arrow-down key is broken on laptop)
1 parent 1fa03a3 commit 528a235

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

ncmpcpp.bindings

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
def_key "l"
2+
next_column
3+
def_key "h"
4+
previous_column
5+
def_key "k"
6+
scroll_up
7+
def_key "j"
8+
scroll_down

ncmpcpp.config

+1
Original file line numberDiff line numberDiff line change
@@ -489,3 +489,4 @@ use_console_editor = "yes" (set to yes, if your editor is console app)
489489
#
490490
#active_window_border = "red"
491491
#
492+
#

zshrc

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ alias ta='~/todo.sh add'
7171
alias ka='killall'
7272
alias za='zathura'
7373
alias gpp='git push origin gh-pages'
74+
alias mp="ncmpcpp -b ~/dotfiles/ncmpcpp.bindings"
7475
alias r='ranger'
7576
#colours
7677
#which colorgcc > /dev/null 2> /dev/null

0 commit comments

Comments
 (0)