From a023470f9c67e641c4a02c6a40e62328750fc0de Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 13 Jun 2025 13:36:39 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-13 13:36:39 --- .config/kak/kakrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 6f08f435..f673bb65 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -98,8 +98,13 @@ map -docstring 'Extend to file end' global user n "gjl" define-command -docstring "Create a scratch buffer" scratch %{ edit -scratch } + alias global s scratch +define-command -params 1 -docstring "Set buffer filetype" filetype %{ + set-option buffer filetype %arg{1} +} + define-command -docstring "New terminal in cwd" cwd-terminal %{ terminal fish }