marker icon indicating copy to clipboard operation
marker copied to clipboard

Default keybindings override useful ones

Open schumar opened this issue 6 years ago • 2 comments

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)

schumar avatar Oct 12 '18 12:10 schumar

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

intika avatar Apr 17 '19 04:04 intika

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.

schumar avatar Apr 18 '19 05:04 schumar