kak: ,w ,q

This commit is contained in:
Cat /dev/Nulo 2022-06-13 12:50:54 -03:00
parent 793e1cebe3
commit e2a9d28be9

View file

@ -80,6 +80,9 @@ map -docstring "paste the clipboard" global user p "<a-!> wl-paste --no-newline<
map -docstring "comment" global user c ": comment-line<ret>" map -docstring "comment" global user c ": comment-line<ret>"
map -docstring "stop searching" global user h ": set-register slash ''<ret>" map -docstring "stop searching" global user h ": set-register slash ''<ret>"
map -docstring "write" global user w ": write<ret>"
map -docstring "quit" global user q ": quit<ret>"
map -docstring "show whitespaces" global user s " :add-highlighter global/show-whitespaces show-whitespaces<ret>" map -docstring "show whitespaces" global user s " :add-highlighter global/show-whitespaces show-whitespaces<ret>"
map -docstring "hide whitespaces" global user S " :remove-highlighter global/show-whitespaces<ret>" map -docstring "hide whitespaces" global user S " :remove-highlighter global/show-whitespaces<ret>"