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 1b5e94ccac62093513a81acf938ca28901f82734
parent d2a168905385899acf2552fd638cac469fcbba30
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon,  2 Oct 2017 22:12:15 -0400

name weather window

Diffstat:
Mlinks/.tmux.conf | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -196,4 +196,6 @@ bind-key '"' split-window -c "#{pane_current_path}" bind-key '%' split-window -h -c "#{pane_current_path}" # Show weather information in new window -bind-key W new-window "curl 'wttr.in/?m'; echo -e '\nPress <enter> to quit'; read -n 1 -s" +bind-key W new-window -n weather "curl 'wttr.in/?m'; echo -e '\nPress <enter> to quit'; read -n 1 -s" + +bind-key h send-keys "echo hello, world" C-m