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

Why no C-k support #59

Open
dwcoates opened this issue Dec 1, 2023 · 2 comments
Open

Why no C-k support #59

dwcoates opened this issue Dec 1, 2023 · 2 comments

Comments

@dwcoates
Copy link

dwcoates commented Dec 1, 2023

There's a conspicuous lack of C-k support. Is there a reason for this?

@arnevm123
Copy link

arnevm123 commented Jan 10, 2024

You can easily map C-k if you want FYI

inoremap <C-K> <esc>cc
cnoremap <C-K> <C-c>:

@appomsk
Copy link

appomsk commented Jun 3, 2024

You can easily map C-k if you want FYI

inoremap <C-K> <esc>cc
cnoremap <C-K> <C-c>:

<C-k> in readline does not work that way. In the insert mode it may be <c-o>D but how to do such in the command mode I don know. And it could be usefult there.

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