vim-tmux-navigator icon indicating copy to clipboard operation
vim-tmux-navigator copied to clipboard

CMD+K Issue with vim-tmux-navigator Plugin

Open aharoJ opened this issue 10 months ago • 1 comments

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

  1. Open a tmux session using Alacritty or another terminal emulator.
  2. Press CMD+K to clear the screen — it works as expected.
  3. Install the vim-tmux-navigator plugin following the provided installation instructions.
  4. Reload tmux configuration or start a new tmux session.
  5. Press CMD+K again and observe that the screen is not cleared.

aharoJ avatar Apr 27 '24 05:04 aharoJ