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

FEATURE REQUEST: cmd+c/p/x for copy, paste, cut #26

Closed
TylerLeonhardt opened this issue Jul 4, 2019 · 6 comments
Closed

FEATURE REQUEST: cmd+c/p/x for copy, paste, cut #26

TylerLeonhardt opened this issue Jul 4, 2019 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@TylerLeonhardt
Copy link

It’s a small detail, but it’s very useful.

@yatli
Copy link
Owner

yatli commented Jul 5, 2019

well that can be done in your vimrc :)

@TylerLeonhardt
Copy link
Author

Can it? How is cmd handled in vim keybindings?

@yatli
Copy link
Owner

yatli commented Jul 6, 2019

related discussion: neovim/neovim#2190

@yatli
Copy link
Owner

yatli commented Jul 6, 2019

looks like <D- is implemented in neovim. But I haven't tried that one on a Mac -- maybe my current keybinding code doesn't handle it at all -- will look into this.

@yatli yatli added the enhancement New feature or request label Jul 6, 2019
@yatli yatli mentioned this issue Jul 9, 2019
@yatli yatli added this to the version 0.2 milestone Jul 9, 2019
@yatli
Copy link
Owner

yatli commented Jul 9, 2019

Tested on macOS, you can have <D-> family mapped.

@yatli yatli closed this as completed Jul 9, 2019
@mskar
Copy link

mskar commented Oct 23, 2020

Does anyone know the terminal escape code for <D-CR>?
I found all the other <CR> combo escape codes:

KeyCombo EscapeCode
<S-CR> [13;2u
<M-CR> [13;3u
<M-S-CR> [13;4u
<C-CR> [13;5u
<C-S-CR> [13;6u
<M-C-CR> [13;7u
<M-C-S-CR> [13;8u

UPDATE: I got an answer: neovim/neovim#176 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants