Sublime Text shortcut list sharing
The following is the tutorial column of sublime to introduce you to the Sublime Text shortcut keys. I hope it will be helpful to friends in need!
Sublime Text shortcut key list
The shortcut keys are classified by type as follows:
1, General
↑ ↓← → Move the cursor up, down, left and right
Alt Bring up the menu
Ctrl Shift P Bring up the Command Palette
Ctrl ` Bring up the console
2. Edit
Ctrl Enter Add a new line below the current line and jump to that line
Ctrl Shift Enter Add a line above the current line and jump to that line
Ctrl ←/→ Move word by word
Ctrl Shift ←/→ Select word by word
Ctrl ↑/↓ Move the current display area
Ctrl Shift ↑/↓ Move Current line
3. Select
Ctrl D to select the word where the current cursor is located and highlight all occurrences of the word. Ctrl D again to select the next position where the word appears. In multiple selection In the process of writing words, use Ctrl K to skip, use Ctrl U to go back, and use Esc to exit multiple editing
Ctrl Shift L Break up the currently selected area
Ctrl J To break up the current selection Combine the area into one line
Ctrl M Switch between the starting bracket and the ending bracket
Ctrl Shift M Quickly select the content between brackets
Ctrl Shift J Quickly select the same indent Content
Ctrl Shift Space Quickly select the content of the current scope(Scope)
4. Find & Replace
F3 Jump to the next position of the current keyword
Shift F3 Jump to the previous position of the current keyword
Alt F3 Select all positions where the current keyword appears
Ctrl F/H Perform standard search/replace, then:
Alt C Switch case-sensitive mode
Alt W Switch whole matching mode
Alt R Switch Regex matching mode
Ctrl Shift H Replace current keyword
Ctrl Alt Enter Replace all keyword matches
Ctrl Shift F Multi-file search & replace
5. Jump
Ctrl P Jump to the specified file. After entering the file name, you can:
@ Symbol jump Enter @symbol to jump to the location of the symbol
# Keyword jump Go Enter #keyword to jump to the location of keyword
: Line number jump Enter: 12 to jump to line 12 of the file.
Ctrl R Jump to the specified symbol
Ctrl G Jump to the specified line number
6, window
Ctrl Shift N Create a new window
Ctrl N Create a new tab in the current window
Ctrl W Close the current tab. When there is no tab in the window, the window will be closed
Ctrl Shift T Restore the tab just closed
7. Screen
F11 Switch to normal full screen
Shift F11 Switch to interference-free full screen
Alt Shift 1 Single Switch to single screen
Alt Shift 2 Columns:2 Switch to vertical two-column split screen
Alt Shift 3 Columns:3 Switch to vertical three-column split screen
Alt Shift 4 Columns:4 Switch to vertical Four-column split screen
Alt Shift 8 Rows:2 Switch to horizontal two-column split screen
Alt Shift 9 Rows:3 Switch to horizontal three-column split screen
Alt Shift 5 Grid Switch to four format split screen
The above is the detailed content of Sublime Text shortcut list sharing. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Below, the sublime tutorial column will introduce to you how to turn off automatic updates in Sublime Text. I hope it will be helpful to friends in need!

Development tools and debugging skills for PHP and CGI: Improving development efficiency Summary: PHP and CGI are two commonly used web development languages. In order to improve development efficiency, developers need to master some special development tools and debugging skills. This article will introduce several commonly used PHP and CGI development tools, as well as some debugging techniques to help developers develop and debug more efficiently. 1. Development tool SublimeTextSublimeText is a powerful text editor that supports PHP and C

SublimeText is a very popular code editor that is widely used by developers and code writers. In the following article, we will discuss the reasons and solutions for why SublimeText cannot run PHP.

PHP is a popular server-side scripting language that is widely used for web development. In order to write efficient and streamlined PHP code, programmers need to use an excellent code editor. This article will introduce some common code editors in PHP programming. SublimeTextSublimeText is probably one of the most popular code editors. Its flexibility and ease of use make it the editor of choice for many developers. Key features of SublimeText include: High degree of customization

In current web development, PHP has become a very popular back-end programming language. However, when developing PHP, choosing high-quality editors and development tools can greatly improve development efficiency and code quality. This article will introduce some common PHP editors and development tools. PHPStormPHPStorm is an integrated development environment (IDE) launched by JetBrains. It provides a series of functions such as powerful PHP development support, code analysis, debugging, and automated testing, and supports

Introduction to the recommended configuration for using SublimeText for C/C++ programming on Linux: SublimeText is a lightweight, powerful and highly customizable text editor. On Linux platforms, using SublimeText for C/C++ programming is a common choice. This article will introduce some recommended configurations and plug-ins to help improve programming efficiency and development experience. Install SublimeText: First, you need to install SublimeText from the SublimeText official website

How to build PHP with sublime: 1. Open sublime, click "Ctrl+Shift+P", and then enter install; 2. Configure SublimeLinter; 3. Modify the path; 4. Configure the PHP compilation system; 5. Add "{ "cmd": ["php","$file"],"file_regex": "php$","selector":"source.php"}" is enough.

PHP is a popular programming language that is widely used to create dynamic websites, applications, and a range of internet technologies. PHP has a large number of built-in functions to help programmers work more efficiently while writing code. If you use SublimeText as your editor, there are some plugins and tricks you can use to make your PHP functions easier to edit and use. In this article, I will introduce some useful SublimeText features that can help you make better use of PHP functions. 1.from
