46 Handy Sublime HTML Shortcuts You Need To Know

Photo of author

Python and C++  create Sublime. Windows, Linux, and macOS support operating systems. Additionally, Sublime Text enables keyword links, which makes it easier for users to complete jobs and save time. For instance, you must first select a file from the File menu before selecting the Save button. This is a manual process you must follow to save your files. Know about sublime HTML shortcuts in the article below.

subline html shortcuts

But if you’re in a hurry, you can use keyboard shortcuts like Ctrl + S. As well as save options and several other keyboard shortcuts coveres in this article. Several helpful keyboard shortcuts are available in Sublime Text 3 for quickly and efficiently viewing, editing, and organizing your code. While many of these shortcuts are derived from the standard set of shortcut keys provided by other source code editors and programs, some are native to Sublime Text. Web designers and developers can increase productivity and efficiency by using these shortcuts to save time and work.

The list of common shortcuts that every programmer should know is provided below. The list has been divided into sections for Ubuntu shortcuts, Windows shortcuts, and Mac shortcuts because there are some variances in shortcuts based on the operating systems. Before you see sublime HTML shortcuts, let’s start with features:

See Also: 10 Full Stack Projects Ideas A Web Development Coding

Contents

Features

The characteristics of Sublime Text are as follows:

subline shortcuts

  • Quick access to project files, symbols, or lines with “Goto Anything.”
  • “Command palette” employs adaptive matching to invoke arbitrary commands quickly from the keyboard.
  • Edit multiple selected regions simultaneously using the same interactive changes.
  • API for Python-based Plugins
  • preferences particular to a project
  • JSON settings files allow for extensive customization, including platform- and project-specific options.
  • (Windows, macOS, and Linux) cross-platform and Cross-platform Plugins that are helpful
  • From TextMate, compatible with numerous language grammar

Top 46 Sublime HTML Shortcut Keys

Here are a few sublime HTML shortcuts:

shortcut keys

  1. Ctrl + L: Used to select rows.
  2. Ctrl + X: Used to cut lines.
  3. Ctrl + D: Used to select words.
  4. Ctrl + M: Used to move to a matching bracket.
  5. Ctrl + Enter: Used to paste lines after.
  6. Shift + Ctrl + Enter: Used to insert a line before.
  7. The whole contents of the current bracket can be selected by pressing Shift + Ctrl + M.
  8. Line or selection can be moved by pressing Shift + Ctrl + UP.
  9. To shift the line or selection down, use Shift + Ctrl + Down.
  10. Use Alt + F2 to pick every bookmark.
  11. To choose the next bookmark, press F2.
  12. To pick the previous bookmark, press Shift + F2.
  13. Use Ctrl + F2 to switch between bookmarks.
  14. Ctrl + U: Used to undo a previously performed action.
  15. Ctrl + Y: Used to redo a previously performed action.
  16. By pressing the keys Ctrl and J, you can link the line below to the end of the current line.
  17. To add or remove a comment on the current line, press Ctrl + /.
  18. Ctrl + ]: Use to add an indent to the current line.
  19. Ctrl + [: Used to unindent the current line.
  20. Shift + Ctrl + V: Used for correct paste and indentation.
  21. Shift + Ctrl + /: Used to block comments for the current selection.
  22. Shift + Ctrl + D is used to add extra lines.
  23. Ctrl + P: This keyboard shortcut allows users to open files by name quickly.
  24. Ctrl + F: Used to search for words.
  25. Shift + Ctrl + F: Used to find words in files.
  26. Use Shift + F3 to locate the preceding one.
  27. F3 is used to locate:
  28. Use Ctrl + H to substitute a different term for your chosen one.
  29. To restore the display to a single column, press Shift + Alt + 1.
  30. The display can be divided into two columns by pressing Shift + Alt + 2.
  31. Use Shift + Alt + 5 to switch to grid view.
  32. Files can be moved to group 2 using Shift + Ctrl + 2.
  33. Jump to group 2 by pressing Ctrl + 2.
  34. Ctrl + Backspace: Used to delete words backward.
  35. Ctrl + Del: Use to delete words forward.
  36. Shift + Ctrl + K: Used to delete an entire line.
  37. Ctrl + KCtrl + U: Use to convert selected word or line to upper case
  38. Ctrl + KCtrl + A: Used for highlight selection.
  39. Ctrl + KCtrl + X: Used to toggle position in markers.
  40. Shift + Ctrl + [: Used to fold code.
  41. Shift + Ctrl + ]: Used to expand code.
  42. Ctrl + KCtrl + J: Use to expand all.
  43. Shift + Ctrl + L: Used to split the selection into lines.
  44. Ctrl + KCtrl + D: Used to skip selection.
  45. Alt + Ctrl + UP: Used to add a new line at the beginning with the cursor.
  46. Alt + Ctrl + Down: Used to add a new line below using the cursor.

See Also: How To Use Webpack And HTML Webpack Plugin | Simple Guide

Conclusion

This article has covered keyboard shortcuts for raised text. These keyboard shortcuts can help you complete tasks quickly and save valuable time. So these were sublime HTML shortcuts that help you in the programming language.

See Also: How To Choose The Interface Of A Website Properly? [Explained]

Leave a Comment