dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit bc98d8d653058452a6ad66bfb0b56d3d74a5beaa
parent c4e523f9bba51d3dc3e8079c8f5dddc7cfcb7585
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue,  5 Dec 2017 15:13:40 -0500

Navigate mpd collection with fzf, use vimpc for playlist only

Diffstat:
Mlinks/.tmux.conf | 2+-
Mlinks/.vimpcrc | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -188,7 +188,7 @@ bind-key -n C-M-s display "#(mpc stop | tr '\n' ' ')" bind-key -n C-M-n display "#(mpc next | tr '\n' ' ')" bind-key -n C-M-b display "#(mpc prev | tr '\n' ' ')" bind-key -n C-M-r display "#(mpc clear && mpc ls | mpc add && mpc random on && mpc play | tr '\n' ' ')" -bind-key -n C-M-a split-window -p 50 "mpc listall | fzf --preview='id3info ~/Music/{}' | mpc add" +bind-key -n C-M-a split-window -p 50 "source ~/code/fzf-mpd/fzf-mpd.zsh fzf && fm" # Use alternate prefix (C-b) for grouping music-control bindings #bind -n C-b switchc -Tmoreprefix diff --git a/links/.vimpcrc b/links/.vimpcrc @@ -8,7 +8,7 @@ echo Parsing config file set window playlist " Set the windows to show at startup -set windows library,playlist +set windows playlist " Stop playing music when we quit "set stoponquit