Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
06031896f2
|
@ -12,7 +12,7 @@ end
|
||||||
|
|
||||||
# output the messages file's contents
|
# output the messages file's contents
|
||||||
echo
|
echo
|
||||||
cat $message_file
|
command cat $message_file
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# since this script almost always runs in its own window which dies after
|
# since this script almost always runs in its own window which dies after
|
||||||
|
|
|
@ -50,6 +50,7 @@ q = ":reflow 80"
|
||||||
Q = ":reflow 120"
|
Q = ":reflow 120"
|
||||||
v = ":run-shell-command fish -c 'env > /tmp/env'"
|
v = ":run-shell-command fish -c 'env > /tmp/env'"
|
||||||
C = ":bc"
|
C = ":bc"
|
||||||
|
h = ":toggle lsp.display-inlay-hints"
|
||||||
# O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"]
|
# O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"]
|
||||||
|
|
||||||
[keys.select]
|
[keys.select]
|
||||||
|
|
|
@ -4,6 +4,6 @@ kitty \
|
||||||
--single-instance \
|
--single-instance \
|
||||||
--class floating_terminal \
|
--class floating_terminal \
|
||||||
-o remember_window_size=no \
|
-o remember_window_size=no \
|
||||||
-o initial_window_width=60c \
|
-o initial_window_width=80c \
|
||||||
-o initial_window_height=12c \
|
-o initial_window_height=20c \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
Reference in a new issue