We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug With autojump set, toggle does not return back to last window
To Reproduce Steps to reproduce the behavior:
:let g:neoterm_autojump=1
<C-w>v
<C-w>w
:Ttoggle
Expected behavior Cursor should return to the window from which neoterm toggle was executed
Versions (Issues without this information will take longer to be answered/solved):
(vim.api.nvim_set_var "neoterm_term_per_tab" 1) (vim.api.nvim_set_var "neoterm_autoscroll" 1) (vim.api.nvim_set_var "neoterm_autojump" 1) (vim.api.nvim_set_var "neoterm_default_mod" :botright)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
With autojump set, toggle does not return back to last window
To Reproduce
Steps to reproduce the behavior:
:let g:neoterm_autojump=1
<C-w>v
to create a vertical split<C-w>w
to switch to the other window:Ttoggle
:Ttoggle
againExpected behavior
Cursor should return to the window from which neoterm toggle was executed
Versions (Issues without this information will take longer to be answered/solved):
The text was updated successfully, but these errors were encountered: