From 5613ac0dfa0ca5bfd69856371e509f4a1b317bae Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 14 Apr 2014 20:37:00 +0200 Subject: tmux: add two new keybindings --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3