vim-tmux-navigator
vim-tmux-navigator copied to clipboard
CMD+K Issue with vim-tmux-navigator Plugin
CMD+K Issue with vim-tmux-navigator Plugin
Issue
When using the vim-tmux-navigator
plugin, the CMD+K
keyboard shortcut, which is typically used to clear the terminal screen, stops working. This issue seems to arise after installing the plugin.
Expected Behavior
Normally, pressing CMD+K
in the terminal clears the visible screen content, providing a clean slate. This is a built-in shortcut in many terminal emulators, including Alacritty, iTerm2, and Terminal.app on macOS.
Actual Behavior
After installing the vim-tmux-navigator
plugin, the CMD+K
shortcut does not clear the terminal as expected. Instead, there is no response, and the screen content remains unchanged.
Steps to Reproduce
- Open a tmux session using Alacritty or another terminal emulator.
- Press
CMD+K
to clear the screen — it works as expected. - Install the
vim-tmux-navigator
plugin following the provided installation instructions. - Reload tmux configuration or start a new tmux session.
- Press
CMD+K
again and observe that the screen is not cleared.