kitty: add action aliases config (#6538)
This commit is contained in:
parent
0208592b59
commit
343646e092
4 changed files with 26 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ enable_audio_bell no
|
|||
scrollback_lines 10000
|
||||
update_check_interval 0
|
||||
|
||||
action_alias launch_tab launch --cwd=current --type=tab
|
||||
action_alias launch_window launch --cwd=current --type=os-window
|
||||
|
||||
map ctrl+c copy_or_interrupt
|
||||
map ctrl+f>2 set_font_size 20
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@
|
|||
"ctrl+f>2" = "set_font_size 20";
|
||||
};
|
||||
|
||||
actionAliases = {
|
||||
"launch_tab" = "launch --cwd=current --type=tab";
|
||||
"launch_window" = "launch --cwd=current --type=os-window";
|
||||
};
|
||||
|
||||
environment = { LS_COLORS = "1"; };
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue