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

Add new keystroke / shortcut bash style #152

Open
daniele77 opened this issue Jul 4, 2022 · 0 comments
Open

Add new keystroke / shortcut bash style #152

daniele77 opened this issue Jul 4, 2022 · 0 comments
Assignees

Comments

@daniele77
Copy link
Owner

(From discussion #151 )

Some examples:

C-a Move to the start of the line.
C-e Move to the end of the line.
M-f Move forward a word, where a word is composed of letters and digits.
M-b Move backward a word.
C-l Clear the screen, reprinting the current line at the top.
C-k Kill the text from the current cursor position to the end of the line.
C-u Kill the text from the current cursor position to the beginning of the line.
C-r search on the history
C-d Exit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant