Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sensible.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ key_binding_not_changed() {
main() {
# OPTIONS

# enable renumbering of windows
tmux set-option -g renumber-windows on

# enable utf8 (option removed in tmux 2.2)
tmux set-option -g utf8 on 2>/dev/null

Expand Down