update tmux.conf
This commit is contained in:
parent
fb6ac24821
commit
817dfea3e3
11
.tmux.conf
11
.tmux.conf
|
@ -1,8 +1,12 @@
|
|||
# thanks to this awesome guide: https://thevaluable.dev/tmux-config-mouseless/ (visited 2023-02-04
|
||||
|
||||
# make ctrl-space the prefix. Keep ctrl-b as an alternative.
|
||||
#unbind C-b
|
||||
set -g prefix2 C-Space
|
||||
# make ctrl-space the prefix. Unbind default ctrl-b
|
||||
set -g prefix C-Space
|
||||
set -g prefix C-Space
|
||||
unbind -T prefix C-b
|
||||
unbind -n C-b
|
||||
unbind C-b
|
||||
bind-key -n C-b send-keys C-b
|
||||
|
||||
# enable using the mouse
|
||||
set -g mouse on
|
||||
|
@ -138,3 +142,4 @@ set-window-option -g clock-mode-colour green #green
|
|||
|
||||
# bell
|
||||
set-window-option -g window-status-bell-style fg=black,bg=red #base02, red
|
||||
|
||||
|
|
Loading…
Reference in New Issue