سؤال

I'm trying to find out what the setting is for the way Sublime Text handles code selection with the keyboard.

Example:

  • Hold Command + Shift + < or > to highlight a line
  • Next if you then click up or down, it will select everything above or below

Ideally I'd like to just continue selecting lines up or down, line by line rather then the whole thing.

Anyone know how to edit that feature?

enter image description here

enter image description here

هل كانت مفيدة؟

المحلول

CMD + L selects the cursor's line.

Then SHIFT + UP / DOWN adds the previous / next line to the selection.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top