Script for Ruby with openssl3 install

This commit is contained in:
Andrew Tomaka 2022-11-04 21:06:26 -04:00
parent 074e0891ac
commit ceaa139ea0
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 23 additions and 4 deletions

View file

@ -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