feat: Replacement of the autopairs plugin using snippets, extension of

snippets (mainly python) and cleanup of keymappings for snippets.
This commit is contained in:
2026-06-11 06:46:40 -05:00
parent c3fad7d51f
commit 4d291369e3
6 changed files with 74 additions and 46 deletions

View File

@@ -53,6 +53,8 @@ if wezterm.target_triple == 'x86_64-unknown-linux-gnu' then
config.xcursor_theme = xcursor_theme
config.xcursor_size = xcursor_size
-- end cursor theme
config.disable_default_key_bindings = true
end
local local_config_filename = os.getenv('HOME') .. '/.config/wezterm/local.lua'