feat(nvim): configure mbbill/undotree

This commit is contained in:
2022-12-23 02:32:21 +01:00
parent af6f94cbdc
commit 8a90fd35f5
10 changed files with 138 additions and 155 deletions

View File

@ -24,6 +24,13 @@ return {
alternate_buffer_wheel_scroll_speed = 1,
color_scheme = scheme_for_appearance(wezterm.gui.get_appearance()),
window_close_confirmation = "AlwaysPrompt",
keys = {
{
key = 'U',
mods = 'CMD|SHIFT',
action = wezterm.action.Nop,
},
},
window_padding = {
left = padding,
right = padding,