mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-10 18:55:03 -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
|
||||
# set -g prefix C-p
|
||||
|
||||
|
||||
# More straight forward key bindings for splitting
|
||||
unbind %
|
||||
bind | split-window -h
|
||||
|
@ -25,14 +26,14 @@ set -g visual-activity on
|
|||
|
||||
|
||||
# Clock
|
||||
#setw -g clock-mode-colour green
|
||||
#setw -g clock-mode-style 24
|
||||
setw -g clock-mode-colour green
|
||||
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
|
||||
set -g mode-mouse on
|
||||
set -g mouse-resize-pane on
|
||||
set -g mouse-select-pane on
|
||||
set -g mouse-select-window on
|
||||
setw -g mouse
|
||||
|
||||
# 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"
|
||||
|
@ -55,4 +56,3 @@ setw -g window-status-current-bg colour234
|
|||
setw -g window-status-current-fg colour71
|
||||
|
||||
new-session
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue