mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-14 04:32:41 -04:00
Update tmux.conf
This commit is contained in:
parent
04c5b11b17
commit
b05e40158b
1 changed files with 7 additions and 7 deletions
|
@ -2,6 +2,7 @@
|
||||||
# unbind C-b
|
# unbind C-b
|
||||||
# set -g prefix C-p
|
# set -g prefix C-p
|
||||||
|
|
||||||
|
|
||||||
# More straight forward key bindings for splitting
|
# More straight forward key bindings for splitting
|
||||||
unbind %
|
unbind %
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
|
@ -25,14 +26,14 @@ set -g visual-activity on
|
||||||
|
|
||||||
|
|
||||||
# Clock
|
# Clock
|
||||||
#setw -g clock-mode-colour green
|
setw -g clock-mode-colour green
|
||||||
#setw -g clock-mode-style 24
|
setw -g clock-mode-style 24
|
||||||
|
# make scrolling with wheels work
|
||||||
|
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
|
||||||
|
|
||||||
|
|
||||||
# Mouse Support
|
# Mouse Support
|
||||||
set -g mode-mouse on
|
setw -g mouse
|
||||||
set -g mouse-resize-pane on
|
|
||||||
set -g mouse-select-pane on
|
|
||||||
set -g mouse-select-window on
|
|
||||||
|
|
||||||
# Add SSH_TTY to the list of environment variables tmux knows about:
|
# Add SSH_TTY to the list of environment variables tmux knows about:
|
||||||
set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY SSH_TTY"
|
set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY SSH_TTY"
|
||||||
|
@ -55,4 +56,3 @@ setw -g window-status-current-bg colour234
|
||||||
setw -g window-status-current-fg colour71
|
setw -g window-status-current-fg colour71
|
||||||
|
|
||||||
new-session
|
new-session
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue