Sublime Text
# Useful
- Sublime tips for multi-cursor mastery
- Multiple Selection with the Keyboard – Sublime Text Documentation #todo
- lunixbochs/ActualVim: Sublime Text 3 input mode using Neovim. #todo
- Change build system by keyboard shortcut #todo
- How to copy line in Sublime without new line #todo
- Can I create a build system that launches kitty? Or even better, uses existing session?
# Notes
View Package File
allows to view package files! Useful for viewing build systems.
#todo: do LSP completions conflict with standard Sublime completions and snippets, like EasyClangComplete’s do? See also Snippets not working as expected in 4107.
There are syntax-specific settings, which is nice.
#todo: Do per-project plugin settings completely override the default settings, or just the things that are changed are overriden?
# LSP
|
|
See also clangd and friends.
For Python, I installed LSP-pylsp and LSP-pyright. Used config from LSP-pylsp README.
# Vintage
Tip: you can
override default package stuff by creating your version of files in sublime-text/Packages
folder. To edit Default.sublime-keymap
for Vintage, create Vintage
folder and place your version of Default.sublime-keymap
in it.