Use local default email, bind ^B o to open links

This commit is contained in:
2018-01-24 15:20:18 -08:00
parent dcaed9c2b6
commit 4d01534bcb
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ bind Escape copy-mode
unbind p
bind p paste-buffer
# open links
bind o new-window "open `tmux show-buffer`"
# vim move keys
bind h select-pane -L
bind j select-pane -D