From 19aba66a412891018f3565ce12bedbd56aa4634f Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 10 Sep 2024 08:59:03 +0200 Subject: [PATCH] Modify kitty tabbar --- dot_config/kitty/kitty.conf.tmpl | 5 +++-- dot_config/nvim/lua/plugins/notes.lua.tmpl | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dot_config/kitty/kitty.conf.tmpl b/dot_config/kitty/kitty.conf.tmpl index 8b1b678..b8f55ed 100644 --- a/dot_config/kitty/kitty.conf.tmpl +++ b/dot_config/kitty/kitty.conf.tmpl @@ -178,8 +178,9 @@ enabled_layouts Horizontal,Stack #: between zero and one, with zero being fully faded). tab_bar_edge top -tab_bar_style powerline -tab_powerline_style round +tab_bar_style separator +tab_separator "" +tab_title_template " {index} {title} " tab_bar_background #434C5E shell {{ .shell }} diff --git a/dot_config/nvim/lua/plugins/notes.lua.tmpl b/dot_config/nvim/lua/plugins/notes.lua.tmpl index b59be7c..811d07d 100644 --- a/dot_config/nvim/lua/plugins/notes.lua.tmpl +++ b/dot_config/nvim/lua/plugins/notes.lua.tmpl @@ -70,6 +70,8 @@ return { { "zn", "Telekasten new_note" }, { "zr", "Telekasten rename_note" }, { "zc", "Telekasten show_calendar" }, + { "zb", "Telekasten show_backlinks" }, + { "z[", "Telekasten insert_link" }, { "#", "Telekasten show_tags" }, { "z", "Telekasten panel" }, },