summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-08 19:37:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-08 19:37:21 -0700
commit57022c162b23e678fb03190a68955e81da71695a (patch)
treebc304818ad9d6a7c00e7d112e451e4905a6672ea /.tmux.conf
parent4fabc91d42135204b5aabf202d3f4170a24c1c59 (diff)
downloaddotfiles-57022c162b23e678fb03190a68955e81da71695a.tar.gz
TODO
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 877f5665..311a93ba 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -32,6 +32,7 @@ set -g status-right "#[fg=blue]#S #I:#P #[fg=yellow]:: %d %b %Y #[fg=green]:: %l
# - C-] ] to send C-] to e.g. Emacs or nested tmux;
# - C-] C-] to bounce between windows
+# TODO use C-\ for consistency with dtach and then easier to use tmux scrollback mode
set -g prefix C-]
bind ] send-prefix
unbind C-]