AutoYADM commit: 2025-05-16 16:28:01

This commit is contained in:
Daniel Fichtinger 2025-05-16 16:28:01 -04:00
parent 80bb153817
commit a575f3fa40

View file

@ -103,8 +103,11 @@ map -docstring "paste the clipboard" global user p "<a-!> wl-paste -n<ret>"
map -docstring "paste the clipboard before" global user P "! wl-paste -n<ret>"
map -docstring "replace with the clipboard" global user R '"_d! wl-paste -n<ret>'
map -docstring "quit" global user q ":q<ret>"
map -docstring "save" global normal <c-s> ": w<ret>"
map -docstring "quit" global user q ": q<ret>"
map -docstring "quit" global normal <c-q> ": q<ret>"
map -docstring "quit" global user Q ": q!<ret>"
map -docstring "quit" global normal <c-Q> ": q!<ret>"
# map -docstring "save" global normal <c-s> ": w<ret>"
map -docstring "close current buffer" global user x ": db<ret>"
map -docstring "goto previous buffer" global user m ": bp<ret>"
@ -167,7 +170,7 @@ map -docstring 'Extend to file end' global user n "gj<a-l>l"
declare-option -hidden int helix_up_line
define-command -hidden helix-up %{
set-option helix_up_line %val{cursor_line}
set-option window helix_up_line %val{cursor_line}
execute-keys <c-u>
evaluate-commands %sh{
if [ "$kak_cursor_line" = "$kak_opt_helix_up_line" ]; then