We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3c0bc commit 4af56b1Copy full SHA for 4af56b1
tmux/tmux.conf
@@ -75,17 +75,11 @@ setw -g xterm-keys on
75
setw -g automatic-rename
76
77
# mouse stuff
78
-setw -g mode-mouse on
79
-set -g mouse-resize-pane on
80
-set -g mouse-select-pane on
81
-set -g mouse-select-window on
+set -g mouse on
82
83
# setting default termtype to screen 256
84
set -g default-terminal "screen-256color"
85
86
-# utf-8 settings
87
-set -g status-utf8 on
88
-setw -g utf8 on
89
90
## from http://unix.stackexchange.com/questions/45715/is-it-possible-to-get-a-hardcopy-in-tmux
91
bind C-e command-prompt -p "session?,message?" "run-shell \"tmux list-windows -t %1 \| cut -d: -f1\|xargs -I\{\} tmux send-keys -t %1:\{\} %2\""
0 commit comments