mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
make wezterm.lua more readable
This commit is contained in:
parent
02347b87fd
commit
1b0edf5b6a
1 changed files with 2 additions and 2 deletions
|
@ -29,12 +29,14 @@ return {
|
|||
mods = 'CTRL',
|
||||
action = wezterm.action.SplitHorizontal { domain = 'CurrentPaneDomain' },
|
||||
},
|
||||
|
||||
-- Make Option-Left equivalent to Alt-b which many line editors interpret as backward-word
|
||||
{
|
||||
key = 'LeftArrow',
|
||||
mods = 'OPT',
|
||||
action = act.SendString '\x1bb'
|
||||
},
|
||||
|
||||
-- Make Option-Right equivalent to Alt-f; forward-word
|
||||
{
|
||||
key = 'RightArrow',
|
||||
|
@ -44,8 +46,6 @@ return {
|
|||
},
|
||||
|
||||
|
||||
|
||||
|
||||
-- default terminal colors
|
||||
colors = {
|
||||
background = '#232336',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue