Sublime Text 3 shortcut keys

Source: Internet
Author: User



Open the Package control:



Press the Ctrl + ' , enter the code


Import Urllib.request,os; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); Open (Os.path.join (IPP, PF), ' WB '). Write (Urllib.request.urlopen (' http://sublime.wbond.net/' + pf.replace (', '%20 ')) . Read ())




Common shortcut keys:



Search for class:


  1. Ctrl+f:
  2. General Search

  3. ctrl+shift+f :
  4. Search in multiple Files

  5. ctrl+shift+p :
  6. Open a Command box, enter a keyword, call Sublime Text or plug -in functionality

  7. ctrl+p :
  8. Open the search box:

  • " : " + Digital ???? : Jump To line
  • " @ " + function Name: Jump to function
  • " # " + Keywords : Select all keywords




Select class:


  1. Ctrl+d :
  2. Select the text that the cursor occupies, and continue with the next same text selected.

  3. alt+f3 :
  4. Select all the same words at the same time.

  5. Ctrl + left button:
  6. Inserts the cursor at the selected place (that is, you can edit multiple places simultaneously)

  7. ctrl+→ :
  8. Move the cursor to the right with the word standard

  9. alt+→ :
  10. Move the cursor to the right with a word, and if uppercase in the word, it jumps to the upper case


Edit class:


  1. ctrl+shift+k :
  2. Delete entire row

  3. ctrl+shift+↑ :

    Swap the cursor line with the previous line

  4. Ctrl+enter :

    Insert a blank line on the next line (regardless of whether the cursor is at the end of the row)

  5. ctrl+/ :
  6. Comment Line

  7. ctrl+shift+/ :
  8. Comment Multiple lines



Display class:


    1. Ctrl+tab :

      Toggles the tab of the current window in the order in which the files are browsed

    2. alt+shift+ Number:

      Split screen Display

    3. F11 :

      Full Screen mode


Sublime Text 3 shortcut keys


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.