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