diff options
author | EuAndreh <eu@euandre.org> | 2021-01-10 20:06:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-10 20:06:22 -0300 |
commit | 0720180a561f695f561350bf5637e6b3b198b52c (patch) | |
tree | 3091b2f1ac7b1934bdf2978415c9c83d05281955 | |
parent | configuration.nix, os.scm: Add dino package (diff) | |
download | dotfiles-0720180a561f695f561350bf5637e6b3b198b52c.tar.gz dotfiles-0720180a561f695f561350bf5637e6b3b198b52c.tar.xz |
tmux.conf: Enable doing C-x C-e in Bash
-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 |