wezterm completion for fish autosuggestions

This commit is contained in:
Noah Masur 2024-06-16 18:58:57 -06:00
parent 265144d957
commit 57ce387402
No known key found for this signature in database

View File

@ -61,7 +61,7 @@
config.theme.colors.base06 # silver
];
brights = [
config.theme.colors.base04 # grey
config.theme.colors.base03 # grey
config.theme.colors.base08 # red
config.theme.colors.base0B # lime
config.theme.colors.base0A # yellow
@ -135,6 +135,14 @@
initial_rows = 80,
initial_cols = 200,
keys = {
{
key = 'Enter',
mods = 'SHIFT',
action = wezterm.action.SendString '\x1F'
},
},
}
'';
};