From 278313ec4935b37daec1b39106d70f1b9a1c34c0 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 11 Aug 2024 23:50:05 +0200 Subject: [PATCH] kak: add custom window title with docs --- config/kak/kakrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/kak/kakrc b/config/kak/kakrc index 1612caf6..e6aa37fd 100644 --- a/config/kak/kakrc +++ b/config/kak/kakrc @@ -1,5 +1,12 @@ -# +# begin # ────────────────────────────────────────────────────────────────────────────── +# set global ui_options terminal_set_title=true +# this is shit as hell and needs pull request #4265 +# its usage is only documented in #3829 +hook global WinCreate .* %{ + set-option window ui_options "terminal_set_title=%val{bufname} - Kakoune" +} + def import -override -params 1 %{ source %sh{echo ${kak_config}/$1.kak} } -- 2.51.2