diff options
-rw-r--r-- | tmux/tmux.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 88bf9e0..b73d5c6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -2,13 +2,7 @@ unbind C-b set -g prefix C-x -# FIXME -# C-x-C-x-C-e Bash -# man bash - -# FIXME -# how to rename the title of a window? -# how to move a pane from one window to another? +bind-key C-x send-prefix # Turn on mouse mode # https://groups.google.com/forum/#!msg/tmux-users/TRwPgEOVqho/Ck_oth_SDgAJ |