This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Save as AlterIgnoredPackages.py in your user packages directory. | |
| # e.g. ~/.config/sublime-text-3/Packages/User/AlterIgnoredPackages.py | |
| # | |
| # Here are some key binding examples: | |
| # | |
| # { | |
| # "keys": ["ctrl+k", "ctrl+z"], | |
| # "command": "alter_ignored_packages", | |
| # "args": {"add_list": ["PackageName1"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ________________________________________________________________________________________________________________________________ | |
| | User key bindings - /home/ms/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap | | |
| ________________________________________________________________________________________________________________________________ | |
| |ctrl+k, ctrl+q |exit | | | | |
| |ctrl+shift+pageup |move_tab_in_group |direction: left | | | |
| |ctrl+shift+pagedown |move_tab_in_group |direction: right | | | |
| |ctrl+shift+v |paste_ahead | |Default | | |
| |ctrl+7 |focus_group |group: 0 |Default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Name: Delete To Whitespace | |
| # Requires: Plugin for Sublime Text v3 | |
| # Author: mattst - https://github.com/mattst | |
| # Command: delete_to_whitespace | |
| # Args: forwards: bool (delete backwards if false) | |
| # License: MIT License | |
| # See Also: https://stackoverflow.com/a/66870369/2102457 | |
| # |
OlderNewer