commit 8a8d33e0ca507d8d4ca20e72a3c5f965dc075264
parent ba6aa9cc1d0be4bef2b20a12326e57221966c0b0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 19 Mar 2020 08:52:55 +0100
Update mpc client binding
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -135,7 +135,7 @@ bind Enter new-window -c "#{pane_current_path}" \
# Use nested bindings (<C-a>m) for grouping music-control bindings
bind m switchc -Tmpd
-bind -Tmpd v new-window -n vimpc "vimpc"
+bind -Tmpd v new-window -n mpc "ncmpc"
bind -Tmpd p display "#(mpc toggle | tr '\n' ' ')"
bind -Tmpd s display "#(mpc stop | tr '\n' ' ')"
bind -Tmpd n display "#(mpc next | tr '\n' ' ')"