About 23,500,000 results
Open links in new tab
  1. How to align texts in Sublime Text 3? - Stack Overflow

    Apr 10, 2015 · If you highlight the original text, then Cmd + Shift + P (or Ctrl Shift P on windows) and enter AlignTab Live Preview mode, you can enter a regex and use the special rlc syntax. The syntax is: \s+:/r0c1l

  2. Center text at top of page in Sublime Text - Stack Overflow

    Feb 1, 2022 · In Sublime Text, one can recenter the current line at the center of a page with the show_at_center shortcut. Is there a way to do the same but with the current line moved to the top of the page? There is no such command by default, although it's easy to create one via a plugin:

    Missing:

    • Middle

    Must include:

  3. Center text at top of page in Sublime Text

    Feb 1, 2022 · Use the default keyboard shortcut Ctrl-Alt-L. This is an old package that requires manual installation, but it still works for me on Sublime Text 4. One can recenter the current line at the center of a page with the show_at_center shortcut. Is there a way to do the same but with the current line moved to the top of the page?

  4. Keyboard Shortcuts for Moving or Copying the current line

    Jan 13, 2016 · Is it possible to have, like in Eclipse, ALT+UP or ALT+DOWN to move a selection or current line up or down? Or CTRL+ALT+UP or CTRL+ALT+DOWN to copy the current selection or the current line above or below the selection or line? Thanks.

  5. What's the easiest way to pad the middle of a line of text?

    Jan 13, 2016 · I’d search for “alignment”, e.g. wbond.net/sublime_packages/alignment. The magic hotkey is “cmd+ctrl+a”

  6. How to center text if there isn't enough newlines to get text to …

    May 3, 2016 · Like some sort of command that: moves the text to the center of the screen even if there is only blank space below and no newlines. Open your user preferences (Preferences -> Settings-User) and add the following setting: This allows you to keep scrolling the view all the way down until the last line is at the very top of the window.

    Missing:

    • Middle

    Must include:

  7. How to shift a block of text to the right/left in Sublime Text 2

    Jan 15, 2013 · Highlight what you want to move. If it is more than one line, use column selection as @Jivings suggested (shift+right-click on Win/Linux, option+mouse on OSX). Then use the keybinding to move text left/right. You can also set up keybindings to move the selected up/down a …

  8. 100 Sublime Text Shortcuts - Sublime Text Shortcuts PDF

    Dec 19, 2024 · Explore essential Sublime Text shortcuts to boost coding efficiency, navigate files, and streamline your text editing workflow.

    Missing:

    • Middle

    Must include:

  9. How to shift a block by exactly one space the right/left in Sublime

    Feb 3, 2018 · One can move a block of text using ctrl+ ] or cmd + ]/[. Is there any way so that I can move a block by exactly one space to left or right. Thank You

    Missing:

    • Middle

    Must include:

  10. Selection - Sublime Text

    To select multiple regions using the keyboard, select a block of text, then press Ctrl+Shift+L to split it into one selection per line. When you're done with using multiple selections, just press Ctrl+K to trim all but the first.

Refresh