akinsho / akinsho/toggleterm.nvim

Toggleterm adds cursor line number when using count modifier to set the id

Open
#569 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Lua
Stars
5.6k
Forks
206
PR merge metrics
No merged PRs in 30d

Description

I get this weird behavior when trying to manage multiple terminal instances using keymaps.

```lua
vim.keymap.set("n", "", ":ToggleTerm size=20 direction=vertical", {noremap = true})
```

It opens the terminal#1, all fine. It works perfectly with no count modifier.
But when i tap `4` 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:

```lua
.,.+4ToggleTerm size=20 direction=vertical
```

I guess this points to the current line number.

How can i avoid this?
Any help with this will be really appreciated!
Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.