Add screen-clearing shortcuts
This commit is contained in:
parent
cf34bc5a91
commit
460a999d00
|
@ -36,6 +36,9 @@ with lib; {
|
||||||
"${cmd}+d" = "detach_window new-tab";
|
"${cmd}+d" = "detach_window new-tab";
|
||||||
## Change layout to fullscreen (stack) and back
|
## Change layout to fullscreen (stack) and back
|
||||||
"${cmd}+f" = "toggle_layout stack";
|
"${cmd}+f" = "toggle_layout stack";
|
||||||
|
## Clear screen
|
||||||
|
"${cmd}+backspace" = "clear_terminal to_cursor active";
|
||||||
|
"${cmd}+shift+backspace" = "clear_terminal reset active";
|
||||||
## Hints
|
## Hints
|
||||||
"ctrl+shift+p>n" = "kitten hints --type=linenum --linenum-action=tab kak {path} +{line}";
|
"ctrl+shift+p>n" = "kitten hints --type=linenum --linenum-action=tab kak {path} +{line}";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue