Comment by joouha
5 years ago
Currently for edit mode, euporie uses the default emacs-style key-bindings from prompt_toolkit. So duplicating a line is as simple as Ctrl-a, Ctrl-k, Ctrl-y, Return, Ctrl-y !
I think I might add a simpler shortcut.
5 years ago
Currently for edit mode, euporie uses the default emacs-style key-bindings from prompt_toolkit. So duplicating a line is as simple as Ctrl-a, Ctrl-k, Ctrl-y, Return, Ctrl-y !
I think I might add a simpler shortcut.
Hahaha I love this comment :) I like VS Code's shortcuts, i.e.:
- Shift + Up/Down to a move line up or down
- Shift + Alt + Up/Down to a copy line up or down