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 3b8e236806251f4459b2245d62c161d303943221
parent 00ca8ee724907661078791a3a35c1081ea215bf7
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 13 Nov 2017 12:55:57 -0500

add binding for RSS reader

Diffstat:
Mlinks/.tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -117,6 +117,7 @@ bind-key O split-window -p 25 '$SHELL -c "offlineimap"' \; select-pane -l bind l switchc -Tlaunch bind -Tlaunch m new-window -n mutt "mutt" bind -Tlaunch v new-window -n vim "vim" +bind -Tlaunch r new-window -n rss "feednix" bind -Tlaunch w new-window -n weather \ "curl 'wttr.in/?m'; echo -e '\nPress <enter> to quit'; read -n 1 -s"