diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 75b71a4..194d913 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,6 +19,8 @@ bind -r Left previous-window # ctrl-up for scrolling within the 'screen' # bind -n C-Up copy-mode +bind C command-prompt -p "Name:" "new-session -s %1" + # start numbering sessions at 1, not 0 set -g base-index 1 # set hist-limit to 5000 @@ -37,6 +39,7 @@ set -g bell-action any # choose-session with C-a _ bind _ choose-session +bind - choose-window # bashrc makes takes care of window titles setw -g automatic-rename off |