[PYTHON] Links to do what you want with Sublime Text

Shortcut

Thing you want to do Windows Mac
Search for files by file name in an open directory Ctrl + P Command + P
Replacement Ctrl + H Command + Option + F
(その後に全Replacement)
Ctrl + Option + Enter
folding Ctlr + Shift + [
(Deployment)Ctlr + Shift + ]
Command + Option + [
(Deployment)Command + Option + ]
Move to specified line Ctrl + G
Delete (line)Ctrl + K
Comment out (1 line)Ctrl + /
(Multiple lines)Ctrl + Shift + /
(1 line)command + /
(Multiple lines)command + option + /
Bookmark (add to)Ctrl + F2
(Move)F2
(add to)Command + F2
(Move)F2
return(undo) Command + U

-Sublime Text Shortcut --Qiita -[Shortcut key to move lines | CONFRAGE IT Solution Division](http://confrage.jp/sublime-text3%E3%81%A7%E8%A1%8C%E7%A7%BB%E5%8B % 95% E3% 81% 99% E3% 82% 8B% E3% 82% B7% E3% 83% A7% E3% 83% BC% E3% 83% 88% E3% 82% AB% E3% 83% 83 % E3% 83% 88% E3% 82% AD% E3% 83% BC /) -Folding the source code --Tbpgr Blog -Quickly move to a specific file with sublime text --Qiita

Want to replace

-Casebook of replacement with Sublime Text 3

I want to open it with the subl command

It is convenient to be able to open files with Sublime Text from something like Git Bash or other terminal

-How to open .bash_profile with Sublime Text3 --Qiita -I made a command to open php.ini with Sublime Text --Qiita

I want to turn off automatic line feed insertion at the end of a file

Preference.sublime-setting


"ensure_newline_at_eof_on_save": false,

-Settings | Studio Umi, a development company specializing in Drupal

I want to turn off automatic deletion of spaces at the end of lines

Preference.sublime-setting


#All OFF
"trailing_spaces_trim_on_save": false,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": false,

I want to convert character formats and cases

Shortcut


Capitalize
Ctrl + K -> Ctrl + U
Make it lowercase
Ctrl + K -> Ctrl + L

-Various character conversion with Sublime Text --immature

I want to set ~

-[Sublime Text]-> [Preference]-> [Settings --User] ... and write! -This is a personalized Sublime Text 2 configuration file.

I want to display the file path

"show_full_path": true

I want to display vertical guidelines

"draw_indent_guides": true,
"indent_guide_options": ["draw_normal"]

I want the current line to stand out

"highlight_line":true

-[Highlight the current line with SublimeText3 | CONFRAGE IT Solution Division](http://confrage.jp/sublimetext3%E3%81%A7%E7%8F%BE%E5%9C%A8%E8% A1% 8C% E3% 82% 92% E3% 83% 8F% E3% 82% A4% E3% 83% A9% E3% 82% A4% E3% 83% 88% E3% 81% 99% E3% 82% 8B /) -Solved the problem that the highlight of the selected line is not noticeable in sublime text 3! | Shuffle Blog ―― Problem of losing cursor in Sublime Text 3 ―― norinyang Mega evolution! -I was addicted to changing the highlight color of Sublime Text --Qiita

I want you to set ʻIn selection` when searching or replacing

"auto_find_in_selection": true,

-In selection flag is automatically enabled when you open the search panel with multiple lines of text selected

I want to set the font

--Sublime Text --How to change / set font size --Development memo --Webkar

I want to associate an extension

-Link the default syntax to a specific extension with Sublime Text --Qiita

I want to install

-I want to use Sublime Text 2 -How to install Sublime Text 3 on CentOS7 --Qiita

I want to select a rectangle

--Windows: Shift + ** Right ** Click to drag --Mac: Option + ** Left ** Click to drag -Select a character string box with ublimeText3 --Qiita --Sublime Text --Short form selection --Copy / Paste / Cut --Development memo --Webkaru

I want to split the screen

I want to divide one file vertically into two
1. Alt + Shift + 2(The screen is split vertically into two)
2. [File] > [New View Into File](Onefilebecomestwotabs)
3.Drag and drop where the tab is split

-How to divide the screen irregularly-PC secret tricks that you will definitely lose if you do not know -How to display one file in two parts? -Duplicate Sublime Text tab | understandard

I want to make a plug-in

Links for doing what you want to do with the Sublime Text plugin-Qiita

Location of configuration files

Mac : ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/

I was in trouble

--What to do when [Error trying to parse settings: Expected value in Packages / User / Preferences.sublime-settings ~) is displayed in UserSetting --Zickrato-Design](http://zickrato-design.hatenablog.com / entry / 2016/01/07/191451) --When I tried to save, I was told can not convert file encoding of xx to GBK, it was saved as UTF-8 instead: unkown encoding: GBK -What to do when "unknown encoding: GBK" appears │ U2K memorandum - sublime can not convert file encoding of xx to GBK,it was saved as UTF-8 instead:unkown encoding:GBK - shu-Frank -In search, "Japanese disappears with Enter" "Cannot select conversion candidates with Tab" --Qiita

Recommended Posts

Links to do what you want with Sublime Text
Let's summarize what you want to do.
What to do with Magics install
What to do with PYTHON release?
I want to do ○○ with Pandas
Python | What you can do with Python
What to do if you can't sort files with subscripts
What to do if you can't install pyaudio with pip #Python
Make a note of what you want to do in the future with Raspberry Pi
What you can do with API vol.1
I want to do a full text search with elasticsearch + python
What to do if you get a UnicodeDecodeError with pip install
What to do if you can't build your project with Maven
What you can do with programming skills
What to do if you can't find well with grep's -f option
What to do if you couldn't send an email to Yahoo with Python.
What to do if you get lost in file reference with FileNotFoundError
What to do if you get a TypeError with numpy min, max
What to do if you can't install with pip in babun environment
What to do if you get Could not fetch URL 443 with pip
What to do if you can't pipenv shell
Do you want me to fix that copy?
Pythonbrew with Sublime Text
What to do if you get angry with swapon failed: Operation not permitted
What to do if a Unicode Encode Error occurs in Sublime Text Python
What you want to memorize with the basic "string manipulation" grammar of python
What to do if you get an error when installing python with pyenv
What to do when you want to receive files from a Windows client remotely
What to do if you can't pip install mysqlclient
No module named What to do if you get'libs.resources'
ModuleNotFoundError: No module What to do if you get'tensorflow.contrib'
Settings when you want to run python-mecab with travis
When you want to filter with Django REST framework
[ML Ops] I want to do multi-project with Python
What you can't do with hstack or vstack with dstack
Things to do when you start developing with Django
What you can and cannot do with Tensorflow 2.x
What to do when you can't bind CaboCha to Python
What to do if you get an OpenSSL error when installing Python 2 with pyenv
What to do if you get an Import Error when importing matplotlib with Jupyter
What to do if you don't want to use Japanese column names when using ortoolpy.logistics_network
What to do if you run python in IntelliJ and end with an error
Solution when you want to use cv_bridge with python3 (virtualenv)
What to do if you are addicted to Windows character code
What you can do with the Python standard library statistics
Use aggdraw when you want to draw beautifully with pillow
Move what you installed with pip to the conda environment
What to do if you get "coverage unknown" in Coveralls
What to do when an error occurs with import _ssl
When you want to register Django's initial data with relationships
[AWS EC2] Settings you want to do on Amazon Linux 2
What to do if you can't log in as root
What to do if you can't use WiFi on Linux
ImportError: No module What to do when you are told
What to do if you lose your EC2 key pair
[Python] What do you do with visualization of 4 or more variables?
What to do if you get an Undefined error when trying to use pip with pyenv
Do you want to wait for general purpose in Python Selenium?
If you want to become a data scientist, start with Kaggle
What to do if yum breaks
Don't write Python if you want to speed it up with Python