Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
06031896f2
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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 \
|
||||
"$@"
|
||||
|
|
Reference in a new issue