update settings
This commit is contained in:
parent
8c079aa30d
commit
f46a891fd2
1 changed files with 23 additions and 14 deletions
|
|
@ -9,20 +9,29 @@
|
||||||
|
|
||||||
# Disable which-key when in neo-tree or telescope
|
# Disable which-key when in neo-tree or telescope
|
||||||
|
|
||||||
# Customize section names (prefixed mappings)
|
settings = {
|
||||||
registrations = {
|
icons.group = "";
|
||||||
"<leader>b".name = "${icons.Tab} Buffers";
|
window.border = "single";
|
||||||
"<leader>bs".name = "${icons.Sort} Sort Buffers";
|
|
||||||
"<leader>d".name = "${icons.Debugger} Debugger";
|
# Customize section names (prefixed mappings)
|
||||||
"<leader>f".name = "${icons.Search} Find";
|
spec = [
|
||||||
"<leader>g".name = "${icons.Git} Git";
|
{ __unkeyed = "<leader>b"; group = "Buffers"; icon = icons.Tab; }
|
||||||
"<leader>l".name = "${icons.ActiveLSP} Language Tools";
|
{ __unkeyed = "<leader>bs"; group = "Sort Buffers"; icon = icons.Sort;}
|
||||||
"<leader>m".name = " Markdown";
|
{ __unkeyed = "<leader>d"; group = "Debugger"; icon = icons.Debugger;}
|
||||||
"<leader>s".name = "${icons.Session} Session";
|
{ __unkeyed = "<leader>f"; group = "Find"; icon = icons.Search;}
|
||||||
"<leader>t".name = "${icons.Terminal} Terminal";
|
{ __unkeyed = "<leader>g"; group = "Git"; icon = icons.Git;}
|
||||||
"<leader>u".name = "${icons.Window} UI/UX";
|
{ __unkeyed = "<leader>l"; group = "Language Tools"; icon = icons.ActiveLSP;}
|
||||||
";".name = "Arrow buffers"; # This should move to arrow.nix when moving to which-key.add()
|
{ __unkeyed = "<leader>m"; group = " Markdown"; }
|
||||||
"m".name = "Arrow marks"; # This should move to arrow.nix when moving to which-key.add(
|
{ __unkeyed = "<leader>s"; group = "Session"; icon = icons.Session;}
|
||||||
|
{ __unkeyed = "<leader>t"; group = "Terminal"; icon = icons.Terminal;}
|
||||||
|
{ __unkeyed = "<leader>u"; group = "UI/UX"; icon = icons.Window;}
|
||||||
|
];
|
||||||
|
|
||||||
|
disable.ft = [
|
||||||
|
"TelescopePrompt"
|
||||||
|
"neo-tree"
|
||||||
|
"neo-tree-popup"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue