Easier navigation in zero based windowing

pull/45/head
Matt Polito 2018-03-06 16:45:00 -05:00
parent e91b178ff8
commit 176cb0d3ad
1 changed files with 5 additions and 0 deletions

View File

@ -151,6 +151,11 @@ main() {
tmux bind-key C-n next-window
fi
# Easier navigation in zero based windowing
if key_binding_not_set '`' && option_value_not_changed "base-index" "0"; then
tmux bind-key '`' select-window -t 0
fi
# source `.tmux.conf` file - as suggested in `man tmux`
if key_binding_not_set "R"; then
tmux bind-key R run-shell ' \