Questions tagged [sublime-text-3]

Sublime Text 3 is a cross-platform GUI text editor for Windows, OS X and Linux.

Sublime Text 3

Sublime Text is a cross-platform C++-based text and source code editor. The program was originally designed as a feature-rich extension of Vim. Sublime Text 3 is available as a Beta to non-registered users since June 27, 2013.

544 questions
90
votes
6 answers

How do I get my menu bar back in Sublime Text 3 Linux?

The newest version of ST3 allows linux users to remove their menu bar, but I fail to see how to bring it back. In Windows, pressing Alt shows the menu, but not so in Linux. How can I get it back? Is there a shortcut I can set, or make it so that Alt…
timetofly
  • 2,171
75
votes
4 answers

How can I make Sublime Text reload the file being edited?

How can I make Sublime Text (3) re-load the file currently being edited, to take into account changes having been made externally?
aknuds1
  • 9,538
72
votes
6 answers

Where does Sublime Text store its un-saved windows?

I'm using Sublime Text as a notepad and usually I've plenty of un-saved files which usually are re-open after reboot or crash, but I'm afraid to lose them (which happened few times). Where (in which folder/file) does Sublime Text store these…
kenorb
  • 26,615
61
votes
1 answer

How to jump between brackets in sublime text 3

Are there shortcuts or plugins for Sublime Text 3 that enable the following functionality? Jump to the inside of the next left bracket or parenthesis Jump to the outside of the next right bracket or parenthesis
JuJoDi
  • 713
56
votes
1 answer

How to disable overlapping tabs or scrolling tabs in Sublime Text 3

Sublime Text 3 has a default feature which makes tabs overlap each other instead of the old behavior where the horizontal length of the tab would shrink. How do you disable this?
frediy
  • 1,473
48
votes
2 answers

How to set shortcut for `Copy file path` in sublime text 3

How to set shortcut for Copy file path in sublime text 3? I tried: [ { "keys": ["super+i"], "command": "copy_file_path" } ] But seemingly command copy_file_path not valid.
Maxim Yefremov
  • 1,295
  • 5
  • 16
  • 22
45
votes
5 answers

Is there a way to extract duplicate lines in Sublime Text?

I need to perform 2 operations in Sublime Text: extract unique lines and extract duplicate lines. For example for input a b a Extract duplicates should result in: a and Extract unique should result in: b Is there a built-in operation or a plugin…
Poma
  • 1,896
38
votes
3 answers

how to go to column by its number in sublime text 3

How to go to row number n and column number m in sublime text3. I can go to row by number. But can't find out how to move to column by its number on this row. I need it because I got error reportings with fileName and 2 numbers: for example:…
Maxim Yefremov
  • 1,295
  • 5
  • 16
  • 22
36
votes
3 answers

Character count for SublimeText/WordCount

I'm new to Sublime Text (using ST3) and I've managed to install the SublimeText/WordCount package via Package Control. https://github.com/SublimeText/WordCount/blob/st3/readme.md lists enable_count_chars as a preference that I can set to 'true'.…
iceequal
  • 747
36
votes
7 answers

Insert a column of text with sublime text 3

How do I cut and paste a column of text in Sublime text 3 - For example: File A Alpha Beta Gamma Delta File B AAA BB CCCCC I want to end up with file B having Alpha AAA Beta BB Gamma CCCCC Delta
Mike
  • 507
  • 1
  • 4
  • 8
35
votes
5 answers

How to uninstall/remove Package Control from Sublime Text 3?

Searching for uninstall package control on Google, only results showing how to install packages with Package Control, or remove them, but not removing Package Control itself. How can I remove Package Control from Sublime-Text-3?
35
votes
6 answers

How to open file using only keyboard in Sublime Text?

How do I open a file using only keyboard in Sublime Text 2/3? Looking for equivalent of :e /path/to/file from Vim.
ivanzoid
  • 507
32
votes
2 answers

Sublime Text, move tabs with keyboard

In Sublime Text 3, is there a way to reorganize tabs using keyboard only? I know you can switch a tab from a pane to another pane using for example ctrl+shift+2 to move a tab from pane X to pane 2 but it's not exactly what I am looking for. I am…
Gab
  • 1,167
30
votes
5 answers

How can I remove the ^M from my file in sublime text 3?

When I do a git diff in my branch I see that line endings have the characters ^M: I want to replace these with Unix line endings before committing my changes. I am using Ubuntu 14.04, git and sublime text 3. I am looking for a way to change line…
25
votes
2 answers

How to see current column/character number of the cursor position in Sublime Text 3?

Maybe I've missed something and/or am using the wrong search terms: this seems like a standard feature but I can't find any such option to show column numbers in the View menu and can't find anything online beyond that I can jump to, for example…
1
2 3
36 37