Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgh committed May 22, 2021
1 parent 49629af commit 93e7ed6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tmux.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Variable that is true if tmux runs on macOS.
# Variable that is true if tmux runs on macOS
tmux_macos='[ uname | grep -q Darwin ]'

# Watch for activity in background windows
Expand All @@ -11,7 +11,7 @@ set -g default-terminal "xterm-256color"
# Misc
set -g history-limit 500000

# set first window to index 1 (not 0) to map more to the keyboard layout...
# set first window to index 1 (not 0) to map more to the keyboard layout
set -g base-index 1
setw -g pane-base-index 1

Expand All @@ -28,7 +28,7 @@ bind r source-file ~/.tmux.conf \; display 'Reloaded!'
# Xterm
setw -g xterm-keys on

# Lower escape timing from 500ms to 50ms for quicker response to scroll-buffer access.
# Lower escape timing from 500ms to 50ms for quicker response to scroll-buffer access
set -s escape-time 50

# Better splitting
Expand Down Expand Up @@ -68,5 +68,5 @@ setw -g window-status-current-style fg=white,bg=red,bright
# MacOS (brew install reattach-to-user-namespace vim tmux)
if-shell "$tmux_macos" "set -g default-shell $SHELL; set -g default-command \"reattach-to-user-namespace -l ${SHELL}\""

# Enable mouse support.
# Enable mouse support
set-option -g mouse on

0 comments on commit 93e7ed6

Please sign in to comment.