Skip to content

Commit

Permalink
Add shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Jun 23, 2019
1 parent 3f59a30 commit ef6cd21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Features.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ toc::[]
* Custom macros with shortcuts
* Spellchecking with custom dictionaries
* Soft wraps and wrap on typing
// Include: ctrl+d, alt+shift+arrow, etc.
* link:Shortcuts[Many useful shortcuts]
* Automatic insertion of `\item` in list environments like itemize and enumerate
* Automatic insertion of of `\end` when typing `\begin` for environments
Expand Down
5 changes: 5 additions & 0 deletions Shortcuts.asciidoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
:experimental:

:arrowup: ↑
:arrowdown: ↓

Note that all shortcuts are customizable, you can change them in menu:File[Settings > Keymap].

== General IntelliJ shortcuts

* Double kbd:[Shift]: Search for any IntelliJ command, like Reformat.
* kbd:[Alt + Enter]: When your cursor is in a place where an inspection ribbon is shown, view the quick fix, if there is one. Apply the fix with kbd:[Enter].
* kbd:[Ctrl + Alt + L]: Reformat the file.
* kbd:[Ctrl + D]: Duplicate the line or selection.
* kbd:[Alt + Shift + {arrowup}] or kbd:[Alt + Shift + {arrowdown}]: Move the line up or down.
* kbd:[Ctrl + K]: Commit and push changes with git.
* kbd:[Ctrl + T] Pull changes with git.

Expand Down

0 comments on commit ef6cd21

Please sign in to comment.