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:
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"