From: Andre Ramnitz Date: Sun, 11 Aug 2024 21:50:05 +0000 (+0200) Subject: kak: add custom window title with docs X-Git-Tag: v0.2~158 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=278313ec4935b37daec1b39106d70f1b9a1c34c0;p=dotfiles.git kak: add custom window title with docs --- 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} }