From bc86d45bec01b5d791eab6b8cad35b365b6131bc Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 14 Jul 2023 10:28:43 -0500 Subject: [PATCH] Heents --- common/bin/good-morning | 2 +- common/helix/config.toml | 1 + os/linux/bin/floating-term | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/common/bin/good-morning b/common/bin/good-morning index 6ba0b5d..73eb7aa 100755 --- a/common/bin/good-morning +++ b/common/bin/good-morning @@ -12,7 +12,7 @@ end # output the messages file's contents echo -cat $message_file +command cat $message_file echo # since this script almost always runs in its own window which dies after diff --git a/common/helix/config.toml b/common/helix/config.toml index 416fb39..6bd8d69 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -50,6 +50,7 @@ q = ":reflow 80" Q = ":reflow 120" v = ":run-shell-command fish -c 'env > /tmp/env'" C = ":bc" +h = ":toggle lsp.display-inlay-hints" # O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"] [keys.select] diff --git a/os/linux/bin/floating-term b/os/linux/bin/floating-term index 8394505..9b6e6bd 100755 --- a/os/linux/bin/floating-term +++ b/os/linux/bin/floating-term @@ -4,6 +4,6 @@ kitty \ --single-instance \ --class floating_terminal \ -o remember_window_size=no \ - -o initial_window_width=60c \ - -o initial_window_height=12c \ + -o initial_window_width=80c \ + -o initial_window_height=20c \ "$@"