-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
[Bug]: Is impossible to set Previous
using <C-\>
#157
Comments
Sounds like something we should be able to fix. Thanks for the bug report! |
@ucomru can you test on latest master? |
Should be fixed by 5c18899 |
Note: renamed function in f6fcb79 |
Good day.
|
Your number 2 there sounds like not a problem with the plugin, but rather, you're looking for the Number 1 sounds like something we may be able to fix. |
I want to specify at once. As you can to see my English is crazy. At num 1 I wrote the result of comparing of Thanks a lot! |
Good day! I think it's not simple to do it. But, its can to be very friendly option! Many thanks for you!!! |
What do you mean by "explorer"? |
Im sorry, I mean NeoTree file explorer. It usually toggled with |
Similar Issues
Neovim Version
Good day!
I use
AstroNvim
, which is usingsmart-splits.nvim
as default move split plug.With tmux and vim I use
christoomey/vim-tmux-navigator
.According
smart-splits.nvim/README
:smart-splits.nvim
do not havepreviously
function like:require('smart-splits').move_cursor_previously)
, witch may be sated as<C-\>
.*
christoomey
in thevim-tmux-navigator
usetmux_last_pane
withdirection == 'p'
as previous:I think, many other using and
smart-splits.nvim
with nvim, andvim-tmux-navigator
with vim, because vim using withssh
,crypto vim files
, and ...On other hand, is not right to use force:
bind -n C-\\ 'select-pane -l'
, becausevim-tmux-navigator
is using smart navigation<C-\>
:vim split
-- it's going to the vim last split;tmux split
-- it's going to the tmux last split.Multiplexer Integration
tmux
Multiplexer Version
tmux 3.4
Steps to Reproduce
Expected Behavior
Navigate previously direction according to tmux_last_pane and nvim_last_pane
Actual Behavior
Do nothing.
Minimal Configuration to Reproduce
Additional Details and/or Screenshots
No response
The text was updated successfully, but these errors were encountered: