mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-12 16:39:44 +00:00
add floating terminal toggle
This commit is contained in:
parent
a3c44153b6
commit
9d9998762a
1 changed files with 6 additions and 0 deletions
|
@ -124,6 +124,12 @@
|
||||||
action = "<cmd>Neotree toggle<cr>";
|
action = "<cmd>Neotree toggle<cr>";
|
||||||
options.desc = "Toggle Neotree";
|
options.desc = "Toggle Neotree";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
key = "<leader>tf";
|
||||||
|
action = "<cmd>FloatermToggle<cr>";
|
||||||
|
options.desc = "Togggle floating terminal";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
key = "<leader>oe";
|
key = "<leader>oe";
|
||||||
action = ":Ollama Explain_Code<CR>";
|
action = ":Ollama Explain_Code<CR>";
|
||||||
|
|
Loading…
Reference in a new issue