From ec5078eb67c6730a0963fcad18e537c968b5aff9 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Thu, 10 Oct 2024 20:43:47 +0200 Subject: [PATCH] Testing --- tmux.conf | 2 ++ wezterm.lua | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/tmux.conf b/tmux.conf index b5d753a..7a6af44 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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' diff --git a/wezterm.lua b/wezterm.lua index 570434a..938500b 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -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