-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Description
Vim8.1 now has terminal mode. If some maniac has Vim open in a tmux session and starts a Vim terminal window, then the normal mode mappings won't work from the terminal window.
This could be added to plugin/tmux_navigator.vim after the nnoremaps.
if has('terminal')
tnoremap :TmuxNavigateLeft
tnoremap :TmuxNavigateDown
tnoremap :TmuxNavigateUp
tnoremap :TmuxNavigateRight
tnoremap <c-> :TmuxNavigatePrevious
endif
Metadata
Metadata
Assignees
Labels
No labels