Skip to content

Commit 4af56b1

Browse files
committed
Change mouse settings and remove utf8 for tmux
1 parent 7f3c0bc commit 4af56b1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tmux/tmux.conf

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,11 @@ setw -g xterm-keys on
7575
setw -g automatic-rename
7676

7777
# 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
78+
set -g mouse on
8279

8380
# setting default termtype to screen 256
8481
set -g default-terminal "screen-256color"
8582

86-
# utf-8 settings
87-
set -g status-utf8 on
88-
setw -g utf8 on
8983

9084
## from http://unix.stackexchange.com/questions/45715/is-it-possible-to-get-a-hardcopy-in-tmux
9185
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

Comments
 (0)