Questions tagged [sublime-text]

26 questions
7
votes
2 answers

Method http has died unexpectedly! Problem installing sublime text 3.0

I am trying to install Sublime Text 3.0 on Ubuntu 16.0 (via crouton). I follow the instructions but I can't get sudo apt-get update to work. I get the following error: Method https has died unexpectedly! E: Sub-process https received a segmentation…
Ramiro
  • 101
  • 1
  • 1
  • 5
3
votes
3 answers

Sublime command line open it twice

I just created a symbolic link to sublime: $ sudo ln -s /opt/SublimeText2/sublime_text /usr/bin/subl The problem is that it opens the last project and the open I want: $ subl my-project or $ ~/my-project/subl . Both commands open Sublime Text 2…
Gerep
  • 163
  • 1
  • 7
3
votes
1 answer

Alt-tab menu not showing when in fullscreen

When I use Sublime text 3 in fullscreen (F11) mode and use alt+tab, the menu doesn't show. This is rather frustrating, since I'm unable to predict which window I'm switching to. Is there any way to change this behaviour or some way I can change my…
2
votes
3 answers

Installing Sublime Text with apt fails due to missing public key

I am using the instructions linked below to setup apt to install sublime-text. I am intentionally applying the method for connecting to third party repositories described on the Debian and Stackexchange pages, using Sublime as an example of a third…
tompi
  • 232
  • 3
  • 9
2
votes
0 answers

Nano c.nanorc format

I like portability between systems and I was trying to make my nano editor look as much as possible like Sublime Text (on Linux Mint). I want to color function names too. So far I managed to make it as shown in the picture: The code I used is a bit…
Spiritus
  • 21
  • 1
2
votes
0 answers

Sublime Text 3 shows no menu bar on Arch Linux unless launched as root

I don't get a menu bar visible in Sublime Text 3, downloaded from the AUR using packer -S sublime-text-dev. This seems to be a fairly common issue, however none of the solutions around the Internet have solved the problem for me. This…
lordnoob
  • 31
  • 4
2
votes
0 answers

How can I make sublime appear in the jobs list?

How can I make Sublime Text appear in the jobs list when started from the command line? For example... $ subl $ jobs ... doesn't show anything. I want to do this because my prompt is configured to show me the number of jobs I have open in that…
Azor Ahai -him-
  • 203
  • 3
  • 8
1
vote
1 answer

Linux makes tabs when copying and pasting code

I use Linux Ubuntu for competitive programming, it's pretty good, but when I copy and paste my c++ code to submit it, it automatically adds tabs to my submission code at the beginning of some lines. Does exist some way to fix it? Because on…
1
vote
1 answer

Manjaro Installation Key Issues

Just started using Manjaro and pacman. I attempted an install of sublime-text using the pacman install instructions and seem to have added a dodgy key. When I try an perform another command I keep getting something like: Preparing... Synchronizing…
1
vote
1 answer

Use Fix Command (fc) with sublime text

I want to make an alias for fixing my previous commands easily. Using alias fix="fc -e nano" works, but I'd love to use sublime text with this. However, using fc -e subl only brings a blank editor. I understand that nano only opens up…
a3y3
  • 85
  • 8
1
vote
0 answers

Program is being executed differently

I'm executin Sublime Text 3 by terminal on GNOME like so: # subl and I execute the program by the left tab in GNOME too. <-- there. The same program. But I'm getting different settings. In a program I have a installed plugin but in other…
Marcelo
  • 121
  • 3
1
vote
1 answer

Creating a launcher icon for sublime text 3 with the Exec=sublime_text instead of long path with shortcut icon retained in launcher

I created a shortcut for sublime text 3 (sublime_text.desktop)[The file with the good looking icon] and this happened, The code i used in sublime_text.desktop #!/usr/bin/env xdg-open [Desktop Entry] Encoding=UTF-8 Type=Application Name=Sublime…
Suraj Mandal
  • 111
  • 4
1
vote
1 answer

Executable not created in /usr/bin. How to launch the application?

I am using Cloudera CDH 5.8 vm. It is a CentOS 6.7 I just installed sublime-text3 and chrome trough these follow commands: //Sublime text 3 - Post [cloudera@quickstart ~]$ wget…
IgorAlves
  • 111
  • 4
0
votes
0 answers

sublime text black background

Build 4143 6.3.2-arch1-1 All the 'dark' options for color scheme offer a brown background. I want a black background. I have tried this in preferences/settings: { "theme": "Default.sublime-theme", "color_scheme": "Packages/Color Scheme -…
Stephen Boston
  • 1,928
  • 3
  • 25
  • 50
0
votes
2 answers

How to run sublime text in Musl LibC (Void Linux)

How i can run sublime text in Void Linux with musl LibC (not glibc) without using chroot or flatpak?
1
2