ghostty: padding tweaks. fish binding for C-m

This commit is contained in:
Daniel Lundin 2024-08-11 21:38:42 +02:00
parent 2bbe462c9d
commit 0f02c4b376
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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";