Merge remote-tracking branch 'origin/main'

This commit is contained in:
Daniel Flanagan 2023-07-14 12:30:49 -05:00
commit 06031896f2
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

@ -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 \
"$@"