add mappings to spawn nobufflisted terms
This commit is contained in:
parent
4ca8d781cf
commit
63d54926a4
2 changed files with 19 additions and 5 deletions
|
|
@ -196,10 +196,15 @@ M.mappings = {
|
|||
-- show & recover hidden terminal buffers in a telescope picker
|
||||
pick_term = "<leader>W",
|
||||
|
||||
-- spawn terminals
|
||||
-- spawn a single terminal and toggle it
|
||||
-- this just works like toggleterm kinda
|
||||
new_horizontal = "<leader>h",
|
||||
new_vertical = "<leader>v",
|
||||
new_window = "<leader>w",
|
||||
|
||||
-- spawn new terminals
|
||||
spawn_horizontal = "<leader>H",
|
||||
spawn_vertical = "<leader>V",
|
||||
spawn_window = "<leader>w",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue