mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 04:58:33 +00:00

This default causes too much confusion for terminal users. Until a better approach is implemented, revert to the traditional default. Better solution would be: - Implement a right-click menu for TUI - Set 'mouse=a' *only* if clipboard is working. Closes #5938