From a575f3fa40bfaac642cc693a39fc9ec598e3daaf Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 16 May 2025 16:28:01 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-16 16:28:01 --- .config/kak/kakrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index f5ab0678..837a9374 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -103,8 +103,11 @@ map -docstring "paste the clipboard" global user p " wl-paste -n" map -docstring "paste the clipboard before" global user P "! wl-paste -n" map -docstring "replace with the clipboard" global user R '"_d! wl-paste -n' -map -docstring "quit" global user q ":q" -map -docstring "save" global normal ": w" +map -docstring "quit" global user q ": q" +map -docstring "quit" global normal ": q" +map -docstring "quit" global user Q ": q!" +map -docstring "quit" global normal ": q!" +# map -docstring "save" global normal ": w" map -docstring "close current buffer" global user x ": db" map -docstring "goto previous buffer" global user m ": bp" @@ -167,7 +170,7 @@ map -docstring 'Extend to file end' global user n "gjl" 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 evaluate-commands %sh{ if [ "$kak_cursor_line" = "$kak_opt_helix_up_line" ]; then