Skip to content
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

copy/paste options on right click of title bar #820

Closed
earnie opened this issue Nov 13, 2018 · 5 comments
Closed

copy/paste options on right click of title bar #820

earnie opened this issue Nov 13, 2018 · 5 comments

Comments

@earnie
Copy link

earnie commented Nov 13, 2018

Context: Using Cygwin's ssh to a Arch Linux VM I would like to be able to paste into a vim session and also copy and paste between separate such sessions. The vim application takes over the mouse except for the title bar so the only right click actions for Mintty are on it. Otherwise the right click actions are for vim; primarily a text selection.

@k-takata
Copy link
Contributor

k-takata commented Nov 13, 2018

It's not a problem of mintty.
Try adding set mouse-=a in your .vimrc or use Shift+right click.

@mintty
Copy link
Owner

mintty commented Nov 13, 2018

The scope of the "system menu" (which is also the title bar menu) is different from the context menu. Its functions are window-related, not terminal-related. Also, as k-takata noted, you can reach the context menu with Shift.
On the other hand, the context menu is already configurable, in modules, so two enhancements could be designed:

  • Make system menu configurable like the context menu.
  • Make both menus (or rather all menus, as distinguished by Ctrl/Shift modifiers) configurable in finer-grained terms, using the functions available for shortcut configuration (option KeyFunctions).

This is a mid-term design idea; comments appreciated.

@earnie
Copy link
Author

earnie commented Nov 14, 2018 via email

@earnie
Copy link
Author

earnie commented Nov 14, 2018 via email

mintty added a commit that referenced this issue Dec 12, 2018
remove multi-line flag from UserCommandsPath option
mintty added a commit that referenced this issue Jan 9, 2019
mintty added a commit that referenced this issue Jan 10, 2019
new user-definable function win-toggle-max
@mintty
Copy link
Owner

mintty commented Jan 20, 2019

Released 2.9.6.

@mintty mintty closed this as completed Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants