mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +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>";
|
||||
options.desc = "Toggle Neotree";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>tf";
|
||||
action = "<cmd>FloatermToggle<cr>";
|
||||
options.desc = "Togggle floating terminal";
|
||||
}
|
||||
{
|
||||
key = "<leader>oe";
|
||||
action = ":Ollama Explain_Code<CR>";
|
||||
|
|
Loading…
Reference in a new issue