This commit is contained in:
Christoffer Martinsson 2024-10-10 20:43:47 +02:00
parent 63eb7f5f86
commit ec5078eb67
2 changed files with 11 additions and 0 deletions

View File

@ -36,6 +36,8 @@ bind -n M-l run "($is_vim && tmux send-keys M-l) || tmux resize-pane -R 1"
bind '"' split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind -n C-g display-popup -E "lazygit"
set-option -g status-position bottom
set-option -g default-terminal "screen-256color"
set-option -sa terminal-features ',xterm-256color:RGB'

View File

@ -9,7 +9,16 @@ end)
local config = {}
config.keys = {
{
key = 'n',
mods = 'SHIFT|CTRL',
action = wezterm.action.ToggleFullScreen,
},
}
config.enable_tab_bar = false
config.window_decorations = "RESIZE"
config.colors = {
-- The default text color