Home
PHP
Tech Tube
MySQL
Linux
CSS&HTML
JavaScript

SublimeText3 useful info

The post is related to SublimeText3 text editor and contains useful information about settings, plugins and other features. Some SublimeText3 tutorials https://mattstauffer.co/blog/sublime-text-3-for-php-developers Nice article on SublimeText3 instalation for Ubuntu: http://tipsonubuntu.com/2017/05/30/install-sublime-text-3-ubuntu-16-04-official-way/ Sublime text useful key combinations: http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html Sublime text licenses: https://gist.github.com/axhello/b97306fb3d1b297cf4e2b082214d619d Package control: https://packagecontrol.io/installation Go to definition via (Ctrl+left click)
cd ~/.config/sublime-text-3/Packages/User
vim Default\ \(Linux\).sublime-mousemap
[
    {
        "button": "button1", 
        "count": 1, 
        "modifiers": ["ctrl"],
        "press_command": "drag_select",
        "command": "goto_definition"
    }
]
Set horisontal scroll: ctrl+shift+p (or cmd+shift+p): ww (word wrap) toggle.