mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-09 22:30:24 +09:00
* Make ^X act like ^K when nothing is selected ^K is hard to reach with your left hand or requires to use both hands Also with this you could remove ^K whatsoever and make room for a different command This is how I configured nano by the way Line duplication also becomes nearly instantaneous with a flash-quick ^X+^V+^V combo (nano doesn't have a dedicated shortcut) Small block (5-10 lines) cuts/copies/duplicates can also be made this way * Remove unnecessary lines * Call CutLine the right way