Remove/Add Line Breaks after Specific String using Sublime Text
Ctrl + F → type string → Alt + F3 → Échap → Flèche droite → line break
The important part being Ctrl + Win + G to select all matches.
Ctrl + F → type string → Alt + F3 → Échap → Flèche droite → line break
The important part being Ctrl + Win + G to select all matches.
Packages/User/Preferences.sublime-settings for settings
Packages/User/Package Control.sublime-settings for list of plugins
Other configuration files (shortcut keys, SFTP server configs, etc.) could be transferred, but they are not critical or may contain sensitive information
In Sublime, create a new file with JSON syntax and the following contents:
[ // Mouse 3 column select { "button": "button3", "press_command": "drag_select", "press_args": {"by": "columns"} }, { "button": "button3", "modifiers": ["ctrl"], "press_command": "drag_select", "press_args": {"by": "columns", "additive": true} }, { "button": "button3", "modifiers": ["alt"], "press_command": "drag_select", "press_args": {"by": "columns", "subtractive": true} } ]Then, save the file as ~/.config/sublime-text-3/Packages/User/Default (Linux).sublime-mousemap. You should now be able to mimic the Windows middle mouse functionality in Linux.
Turn on Regex Search and Replace
Find What:
\\nReplace With:
\n