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

Default keybindings override useful ones #50

Open
schumar opened this issue Oct 12, 2018 · 2 comments
Open

Default keybindings override useful ones #50

schumar opened this issue Oct 12, 2018 · 2 comments

Comments

@schumar
Copy link

schumar commented Oct 12, 2018

I very often use Ctrl-T (swap characters, super useful when your fingers are faster than your brain, esp. in the morning :), and Ctrl-K (delete from cursor to end of line) when editing a command.

Might I thus suggest to switch the default bindings to some less "useful" combinations? e.g. Ctrl-B to "Bookmark" (Ctrl-B just moves the cursor to the left), and Ctrl-G to "Go to next placeholder" (Ctrl-G just beeps)

@intika
Copy link

intika commented Apr 17, 2019

export MARKER_KEY_GET='\C-B' for Ctrl+b
add this before to your rc before sourcing marker

@schumar
Copy link
Author

schumar commented Apr 18, 2019

Thanks for the hint @intika , I went even further and directly changed it in marker.sh :)

But my suggestion is to change the defaults, as I guess that many commandline-afficionados are using Ctrl-T and Ctrl-K already.

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

2 participants