Configuration for Sublime Text 4. Wanted to start from scratch, porting over only the useful things from my Sublime Text 3 config.
:s
invokes Replace panelY
yanks to end of line, rather than the whole line. This annoyed me in Vim as well.:bd
closes current buffer:wq
saves current file and closes buffer:e
edits a filegd
invokes Goto Definition on the word under the cursor- alt-up and alt-down navigate build results instead of F4/shift-F4
- Install Sublime Text.
- Install Package Control.
- Make a symlink from projects directory to Sublime Text user package for easy access.
$ cd ~ $ ln -s ~/"Library/Application Support/Sublime Text/Packages/User"
- Clone this repo into that directory.
$ cd "Sublime Text" $ git clone https://github.com/BryceLohr/Sublimetext4User.git .
- Create a link to the OS-specific settings so Sublime can find them.
$ cd ~/"Library/Application Support/Sublime Text/Packages/User/Packages" $ ln -s User/OS OS
- Restart Sublime.
The most recent installation was done by hand-picking files to copy over, instead of cloning this repo into the Sublime Text user page.