ghostty: keymap c-m + friends
This commit is contained in:
parent
6b1a4b5d04
commit
dcc102f9bf
1 changed files with 3 additions and 0 deletions
|
@ -44,7 +44,10 @@
|
||||||
keybind = [
|
keybind = [
|
||||||
"alt+shift+c=copy_to_clipboard"
|
"alt+shift+c=copy_to_clipboard"
|
||||||
"alt+shift+v=paste_from_clipboard"
|
"alt+shift+v=paste_from_clipboard"
|
||||||
|
"ctrl+i=text:\\x09"
|
||||||
|
"ctrl+m=text:\\x0D"
|
||||||
"ctrl+tab=goto_split:previous"
|
"ctrl+tab=goto_split:previous"
|
||||||
|
"ctrl+[=text:\\x1B"
|
||||||
"super+enter=toggle_fullscreen"
|
"super+enter=toggle_fullscreen"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue