Closed bzub closed 6 years ago
https://github.com/BurningEther/nvimux/blob/06a2180bab28eb4013c7e5c0a60a6740d046037b/lua/nvimux.lua#L71
There's an extra <CR> on the resulting tnoremap that seems to be the culprit.
<CR>
:tnoremap <C-b>: <C-B>: * <C-\><C-N>:<CR>
For the time being I work around it with tnoremap <C-B>: <C-\><C-N>:
tnoremap <C-B>: <C-\><C-N>:
Hi, thanks for the issue.
I'll take a look at it immediately!
Cheers, Henry John Kupty
https://github.com/BurningEther/nvimux/blob/06a2180bab28eb4013c7e5c0a60a6740d046037b/lua/nvimux.lua#L71
There's an extra
<CR>
on the resulting tnoremap that seems to be the culprit.For the time being I work around it with
tnoremap <C-B>: <C-\><C-N>: