Skip to content

BryceLohr/SublimeText4User

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Text 4 User Package

Configuration for Sublime Text 4. Wanted to start from scratch, porting over only the useful things from my Sublime Text 3 config.

Features

  1. :s invokes Replace panel
  2. Y yanks to end of line, rather than the whole line. This annoyed me in Vim as well.
  3. :bd closes current buffer
  4. :wq saves current file and closes buffer
  5. :e edits a file
  6. gd invokes Goto Definition on the word under the cursor
  7. alt-up and alt-down navigate build results instead of F4/shift-F4

Installation

  1. Install Sublime Text.
  2. Install Package Control.
  3. Make a symlink from projects directory to Sublime Text user package for easy access.
    $ cd ~
    $ ln -s ~/"Library/Application Support/Sublime Text/Packages/User"
    
  4. Clone this repo into that directory.
    $ cd "Sublime Text"
    $ git clone https://github.com/BryceLohr/Sublimetext4User.git .
    
  5. 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
    
  6. Restart Sublime.

Note

The most recent installation was done by hand-picking files to copy over, instead of cloning this repo into the Sublime Text user page.

About

User configuration for Sublime Text 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published