ghostty: padding tweaks. fish binding for C-m
This commit is contained in:
parent
2bbe462c9d
commit
0f02c4b376
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ bind \cg __zoxide_zi_repaint
|
|||
bind \cJ forward-char
|
||||
bind \cn history-prefix-search-forward
|
||||
bind \cp history-prefix-search-backward
|
||||
bind \e\[109\;5u execute # C-m in ghostty
|
||||
|
||||
# Settings
|
||||
set fish_greeting
|
||||
|
|
|
@ -46,8 +46,8 @@ in
|
|||
|
||||
window-decoration = true;
|
||||
gtk-tabs-location = "bottom";
|
||||
window-padding-x = 4;
|
||||
window-padding-y = 4;
|
||||
window-padding-x = 12;
|
||||
window-padding-y = 0;
|
||||
window-padding-balance = true;
|
||||
window-padding-color = "extend";
|
||||
window-theme = "system";
|
||||
|
|
Loading…
Reference in a new issue