revert back <cmd> for most things
This commit is contained in:
parent
724194b956
commit
89a0aa8536
12 changed files with 33 additions and 33 deletions
|
@ -4,19 +4,19 @@ return {
|
|||
keys = {
|
||||
{
|
||||
"<leader>xx",
|
||||
"::'<,'>FloatermNew --autoclose=2<cr>",
|
||||
"<cmd>'<,'>FloatermNew --autoclose=2<cr>",
|
||||
desc = "Run selected as command in float terminal",
|
||||
mode = "v",
|
||||
},
|
||||
{
|
||||
"<C-x>",
|
||||
":FloatermToggle<cr>",
|
||||
"<cmd>FloatermToggle<cr>",
|
||||
desc = "Toggle float terminal",
|
||||
mode = { "n", "i", "v", "x", "c", "t" },
|
||||
},
|
||||
{
|
||||
"<C-z>",
|
||||
":FloatermNew --disposable<cr>",
|
||||
"<cmd>FloatermNew --disposable<cr>",
|
||||
desc = "Toggle disposable float terminal",
|
||||
mode = { "v", "n", "i", "x", "c" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue