Replacement for default join_lines functionality of sublime.
I was not satisfied how default sublime join lines worked because I often needed to fix spaces between joining manually (add or delete). That is why this replacement was made.
This plugin is part of sublime-enhanced plugin set. You can install sublime-enhanced and this plugin will be installed automatically.
If you would like to install this package separately check "Installing packages separately" section of sublime-enhanced package.
# before
var =
call()
# after
var = call()
Description | Keyboard shortcut | Command palette |
---|---|---|
Join lines | ctrl+t | JoinLinesEnhanced: join |
None