Use helix as kitty editor, remove window padding
This commit is contained in:
@ -23,9 +23,9 @@ in {
|
|||||||
|
|
||||||
# TODO: Configure
|
# TODO: Configure
|
||||||
settings = {
|
settings = {
|
||||||
editor = "nvim";
|
editor = "hx";
|
||||||
scrollback_lines = 10000;
|
scrollback_lines = 10000;
|
||||||
window_padding_width = 10;
|
window_padding_width = 0;
|
||||||
# hide_window_decorations = "yes";
|
# hide_window_decorations = "yes";
|
||||||
|
|
||||||
# Light Theme
|
# Light Theme
|
||||||
|
Reference in New Issue
Block a user