This commit is contained in:
2026-02-17 12:21:14 +02:00
parent 711205ac7b
commit 6d7b9d3018
4 changed files with 11 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ A-e = "move_parent_node_end"
A-b = "move_parent_node_start"
C-p = [
':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "$p" | html2text -b0 | head -c -1; or wl-paste --no-newline 2>/dev/null',
':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "%%s" "$p" | html2text -b0 | head -c -1; or wl-paste --no-newline 2>/dev/null',
"append_mode",
"collapse_selection",
]
@@ -148,7 +148,7 @@ H = "goto_previous_buffer"
C-l = "@:e<space><C-r>%<ret>:bc<ret>:<up><up><ret>" # move buffer to the end
C-g = ":reset-diff-change"
C-p = ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "$p" | html2text -b0; or wl-paste --no-newline 2>/dev/null'
C-p = ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "%%s" "$p" | html2text -b0; or wl-paste --no-newline 2>/dev/null'
# C-k = "jump_view_up"
# C-h = "jump_view_left"
@@ -180,7 +180,7 @@ H = "goto_previous_buffer"
C-l = "@:e<space><C-r>%<ret>:bc<ret>:<up><up><ret>" # move buffer to the end
C-g = ":reset-diff-change"
C-p = ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "$p" | html2text -b0; or wl-paste --no-newline 2>/dev/null'
C-p = ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "%%s" "$p" | html2text -b0; or wl-paste --no-newline 2>/dev/null'
# C-q = "wclose"
# C-k = "jump_view_up"
@@ -228,6 +228,8 @@ i = ":toggle lsp.display-inlay-hints"
e = ":toggle end-of-line-diagnostics disable hint"
d = ":toggle inline-diagnostics.cursor-line disable warning"
D = ":toggle inline-diagnostics.other-lines disable error"
l = ":lsp-stop"
L = ":lsp-restart"
# t = [":toggle cursorline", ":toggle line-number absolute relative"]
# https://github.com/helix-editor/helix/issues/13187

View File

@@ -115,6 +115,8 @@ file-types = ["dts", "dtsi", "keymap"]
# # defaultZephyrBindings = ["./zephyr/dts/bindings"]
# # contexts = []
[language-server.typescript-language-server.config]
format = { indentSize = 4 }
# [[language]]
# name = "python"

View File

@@ -16,8 +16,8 @@ monitorv2 {
scale = auto
}
# monitor = eDP-1, disable
# monitor = DP-6, preferred, auto, 1, transform, 3
# monitor = eDP-1, preferred, auto, auto
# monitor =, disable
# monitor = DP-6, preferred, auto, 1, transform, 3
# monitor = eDP-1, preferred, auto, auto
monitor =, preferred, auto, auto

View File

@@ -1 +1 @@
allow-one-hash-in-raw-strings = true