add float term mappings and config
This commit is contained in:
parent
d7522a940d
commit
4a888ad037
2 changed files with 14 additions and 0 deletions
|
|
@ -112,6 +112,11 @@ M.misc = function()
|
|||
.. tostring(terminal_options.window.vsplit_width)
|
||||
.. ")<CR>"
|
||||
)
|
||||
map(
|
||||
{ "n", "t" },
|
||||
term_maps.new_float,
|
||||
"<CMD>lua require('nvchad.terminal').new_or_toggle('float')<CR>"
|
||||
)
|
||||
|
||||
-- spawns terminals
|
||||
map(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue