added toggleterm
This commit is contained in:
parent
6ce0d4699f
commit
6294a0a2ca
3 changed files with 19 additions and 1 deletions
|
@ -98,6 +98,16 @@
|
|||
desc = "Set breakpoint";
|
||||
};
|
||||
}
|
||||
|
||||
# toggleterm.nvim
|
||||
{
|
||||
mode = "n";
|
||||
action = "<cmd>ToggleTerm size=40 direction=vertical<cr>";
|
||||
key = "<Leader>ft";
|
||||
options = {
|
||||
desc = "Toggle terminal";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
plugins.fzf-lua.keymaps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue