Skip to content

Commit

Permalink
Sublime Text : Extra keys added
Browse files Browse the repository at this point in the history
  • Loading branch information
nk committed Mar 23, 2021
1 parent 81a237a commit 336ef76
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions tools/sublime_text.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- `ctrl + G `: Goto line

- `cmd + P and # `: Fuzzy search
- `cmd + P `: Fuzzy search

- `cmd + R `: Goto symbol

Expand All @@ -20,7 +20,7 @@

- `cmd + D `: Select word

- `cmd + K D `: Skip and add next
- `cmd + K, cmd + D `: Skip and add next

- `cmd + U `: Undo quick select

Expand Down Expand Up @@ -57,6 +57,10 @@

- `cmd + enter `: Insert line after

- `ctrl + k, ctrl + l ` : To Lowercase

- `ctrl + k, ctrl + u ` : To Uppercase


## Searching

Expand All @@ -71,20 +75,20 @@

- `alt + cmd + right/left `: Switch open tab

- `Indent selection `: Indent selection
- `ctrl + ]`: Indent selection

- `Unindent selection `: Unindent selection
- `ctrl + [ `: Unindent selection

- `Go to previous cursor position `: Go to previous cursor position
- `alt + - `: Go to previous cursor position

- `Go to next previous cursor position `: Go to next previous cursor position
- `alt + shift + - `: Go to next previous cursor position

- `Build and execute file `: Build and execute file
- `ctrl + b `: Build and execute file


## Must have packages

`A file icon, BracketHighlighter, Color Highlighter, Comment-Snippets, DevDocs, EditorConfig, Emmet, File Rename, Git, Git blame, GitGutter, HTML-CSS-JS Prettify, JavaScript Completions, JavaScript Patterns, JavaScript Snippets, LESS, Nodejs, Package Control, Pretty JSON, SideBarEnhancements, SublimeLinter, SublimeLinter-contrib-eslint, Terminal`
`A file icon, BracketHighlighter, Color Highlighter, Comment-Snippets, DevDocs, EditorConfig, Emmet, File Rename, Git, Git blame, GitGutter, HTML-CSS-JS Prettify, JavaScript Completions, JavaScript Patterns, JavaScript Snippets, LESS, Nodejs, Package Control, Pretty JSON, SideBarEnhancements, SublimeLinter, SublimeLinter-contrib-eslint, Terminal, Termius, auto save`


## Preferences
Expand Down

0 comments on commit 336ef76

Please sign in to comment.