You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It opens the terminal#1, all fine. It works perfectly with no count modifier.
But when i tap 4<C-t> while the cursor is in line 30, it opens the terminal#34 instead of terminal#4.
The only way back is moving the cursor to line 1.
Using the keymap without the return i noticed the value being passed to the command is this:
.,.+4ToggleTerm size=20direction=vertical
I guess this points to the current line number.
How can i avoid this?
Any help with this will be really appreciated!
Thanks
The text was updated successfully, but these errors were encountered:
I get this weird behavior when trying to manage multiple terminal instances using keymaps.
It opens the terminal#1, all fine. It works perfectly with no count modifier.
But when i tap
4<C-t>
while the cursor is in line 30, it opens the terminal#34 instead of terminal#4.The only way back is moving the cursor to line 1.
Using the keymap without the return i noticed the value being passed to the command is this:
I guess this points to the current line number.
How can i avoid this?
Any help with this will be really appreciated!
Thanks
The text was updated successfully, but these errors were encountered: