-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Delete a line #63
Comments
#70 should do that for you now with |
ctrl+k is not very intuitive imo |
notepad++ used ctrl+shift+L |
You're welcome to change your keybindings. And also, if you press Alt+g it will show on-screen a number of common keyboard shortcuts, including this one. |
|
"Delete" is not the same as "Cut". If I have something in the buffer, and want to delete some lines — I can't use "Cut the line". |
@AlexWayfer, in nano, can you delete a line without cutting in these editors? |
|
ah i see, the system buffer is overwritten when cutting a line. what would be a good fix for that? |
I'm OK with the one buffer, system, instead of two, system + application. But I think there should be a shortcut for deleting a whole line, not cutting. I'm personally prefer Anyway, I think this issue should be opened because it's about deleting, not cutting. |
You can rebind Ctrl-k if you would like or use a new keybinding entirely: {
"CtrlK": "SelectLine,Delete"
} |
OK, thanks, it looks working. But |
Is there a way to modify the content of the bindings shown by Alt-g? I modified CtrlK to delete a line rather than cut it, and was hoping I could update those shown by Alt-g to reflect this change. |
Hi, I have a problem, when I use Ctrl-k, micro says that's Recording and if I press again, it says Stopped Recording. I'm trying to modify the keybindings (to have DeleteLine) but it's not working. I'm able to modify other keybindings (for example Ctrl-d with DeleteLine) but not Ctrl-k. I'm on EnOS with AwesomeWM and Alacritty for the terminal. Zsh for the shell. Everything is up to date (I'm installing everything from blank). |
It's a common action. Should have a shortcut.
The text was updated successfully, but these errors were encountered: