Testing
This commit is contained in:
parent
63eb7f5f86
commit
ec5078eb67
@ -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 -v -c "#{pane_current_path}"
|
||||||
bind % split-window -h -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 status-position bottom
|
||||||
set-option -g default-terminal "screen-256color"
|
set-option -g default-terminal "screen-256color"
|
||||||
set-option -sa terminal-features ',xterm-256color:RGB'
|
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||||
|
|||||||
@ -9,7 +9,16 @@ end)
|
|||||||
|
|
||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
|
config.keys = {
|
||||||
|
{
|
||||||
|
key = 'n',
|
||||||
|
mods = 'SHIFT|CTRL',
|
||||||
|
action = wezterm.action.ToggleFullScreen,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
config.window_decorations = "RESIZE"
|
||||||
|
|
||||||
config.colors = {
|
config.colors = {
|
||||||
-- The default text color
|
-- The default text color
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user