diff options
author | shmibs <shmibs@gmail.com> | 2014-10-27 20:47:53 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-10-27 20:47:53 -0700 |
commit | f3db257a30aa950a245ec1c7cce2e53f7e67e57c (patch) | |
tree | ede4ada5ac7011b2d2da844e02122bf845ed2468 | |
parent | 02c41ec18c1af25ca090cf8aafe34be3403eac05 (diff) | |
download | dotfiles-f3db257a30aa950a245ec1c7cce2e53f7e67e57c.tar.gz |
added pms config
-rw-r--r-- | .config/pms/rc | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.config/pms/rc b/.config/pms/rc new file mode 100644 index 0000000..87f8b9e --- /dev/null +++ b/.config/pms/rc @@ -0,0 +1,42 @@ +set startuplist=library +set scroll=centered +set playmode=random +set ignorecase +set noregexsearch + +unmap F1 + +unmap h +unmap l +unmap F12 +map l play +map > next +map < prev +map ^N next +map ^P prev + +unmap insert +map v toggle-select +map a add +map A add-all +map ^A add-to + +unmap M +map m mute + +unmap t +unmap T +unmap R +map g move-home +map G move-end +map J goto-current + +unmap C +unmap ^X +unmap delete +map s filter +map S clear-filters +map d remove +map c clear + +map r playmode |