marker
marker copied to clipboard
Default keybindings override useful ones
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)
export MARKER_KEY_GET='\C-B'
for Ctrl+b
add this before to your rc before sourcing marker
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.