Search code examples
keyboard-shortcutssublimetext3sublimetext

How to move line up in Mac for Sublime Text?


On OS X when I use the shortcut provided in documentation (⌘ + ⌃ + Up which I read as Command + Shift + Up) Sublime Text selects the text instead of moving the line up. Am I missing something?


Solution

  • According to https://docs.sublimetext.io/reference/keyboard_shortcuts_osx.html, it should be Command+Ctrl+Up.

    • ⌘ = Command
    • ⇧ = Shift
    • ⌥ = Option (a.k.a. Alt)
    • ⌃ = Ctrl
    • ⎋ = Esc
    • ↩︎ = Return
    • ⌫ = Delete (a.k.a. Backspace)

    See also https://apple.stackexchange.com/questions/42615/is-there-a-list-of-menu-shortcut-icons for the meaning of the symbols.