Script for Ruby with openssl3 install
This commit is contained in:
parent
074e0891ac
commit
ceaa139ea0
3 changed files with 23 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message " ✱ tmux.conf is reloaded"
|
||||
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -ag terminal-overrides ",alacritty:RGB"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -sa terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
# for muxception
|
||||
bind-key b send-prefix
|
||||
|
@ -37,3 +37,6 @@ bind h select-pane -L # left pane
|
|||
bind j select-pane -D # bottom pane
|
||||
bind k select-pane -U # top pane
|
||||
bind l select-pane -R # right pane
|
||||
|
||||
# neovim
|
||||
set-option -g focus-events on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue