From e2a9d28be98e9673598c13e3f6a7050684f840ce Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 13 Jun 2022 12:50:54 -0300 Subject: [PATCH] kak: ,w ,q --- .config/kak/kakrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 9d91ad7..448a68f 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -80,6 +80,9 @@ map -docstring "paste the clipboard" global user p " wl-paste --no-newline< map -docstring "comment" global user c ": comment-line" map -docstring "stop searching" global user h ": set-register slash ''" +map -docstring "write" global user w ": write" +map -docstring "quit" global user q ": quit" + map -docstring "show whitespaces" global user s " :add-highlighter global/show-whitespaces show-whitespaces" map -docstring "hide whitespaces" global user S " :remove-highlighter global/show-whitespaces"