qutebrowser: improve pinned tabs

This commit is contained in:
Leonardo Eugênio 2023-03-11 18:49:17 -03:00
parent 58cdca84e5
commit 7a670b3aad

View file

@ -40,6 +40,8 @@ in
"<Ctrl-${lib.toLower key.tabL}>" = "tree-tab-promote";
"<Ctrl-${lib.toLower key.tabR}>" = "tree-tab-demote";
"co" = "tab-only --pinned keep";
};
insert = {
# quit insert mode
@ -59,8 +61,13 @@ in
settings = {
tabs.tree_tabs = true;
tabs.position = "right";
tabs.pinned.shrink = false;
tabs.title.format = "{tree}{collapsed}{audio}{index}: {current_title}";
tabs.title.format_pinned = "{tree}{collapsed}{audio}{index} 🔒: {current_title}";
session.lazy_restore = true;
auto_save.session = true;
hints.chars = key.hints;
editor.command = [
"terminal"