Forked from inkmix/some latex keybindings in sublime text.md
Last active
August 29, 2015 13:56
-
-
Save tessi/8952935 to your computer and use it in GitHub Desktop.
Revisions
-
Philipp Tessenow revised this gist
Feb 12, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,6 +33,8 @@ Compiling LaTeX files Forward / Inverse Search ----------------------- | Keybinding | - | Description | |-------------------|---|-------------| |`Ctrl-l,j` | - | Jump to the currently edited line in your pdf viewer| | `double-click` | - | Text in Sumatra for inverse search| | `ctrl+click` | - | text in evince pdf viewer for inverse search| -
Philipp Tessenow revised this gist
Feb 12, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Compiling LaTeX files |`Ctrl-l,t,?` | - | Checking the status of toggles and defaults| Forward / Inverse Search ----------------------- |`Ctrl-l,j` | - | Jump to the currently edited line in your pdf viewer| -
Philipp Tessenow revised this gist
Feb 12, 2014 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,7 +28,14 @@ Compiling LaTeX files |`Ctrl-l,t,f` | - | Toggling window focus following a build| |`Ctrl-l,t,s` | - | Toggling PDF syncing (forward search) following a build| |`Ctrl-l,t,?` | - | Checking the status of toggles and defaults| Forwar / Inverse Search ----------------------- |`Ctrl-l,j` | - | Jump to the currently edited line in your pdf viewer| | `double-click` | - | Text in Sumatra for inverse search| | `ctrl+click` | - | text in evince pdf viewer for inverse search| References and Citations ------------------------ -
Philipp Tessenow revised this gist
Feb 12, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -51,3 +51,5 @@ LaTeX Commands and Environments |`Ctrl-l,Ctrl-b` | - | Gives you `\textbf{selection}` | |`Ctrl-l,Ctrl-u` | - | Gives you `\underline{selection}` | |`Ctrl-l,Ctrl-t` | - | Gives you `\texttt{selection}` | |`shift-<enter>` | - | inserts a new `\item` in list environment | |`shift+super+{up,down}` | - | super/subscripts with braces | -
inkmix created this gist
Nov 29, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,53 @@ Jumping, Finding, ... --------------------- | Keybinding | - | Description | |-------------------|---|-------------| |`Ctrl-1` | - | Move to 1st tab (work every number) | |`Ctrl-p` | - | Go to anything | |`Ctrl-g` | - | Go to line | |`Ctrl-r` | - | Go to symbol (e.g. section and labels) | |`Ctrl-m` | - | Move to bracket | |`Ctrl-Shift-m` | - | Select whole bracket | |`Ctrl-Shift-[\]` | - | Fold and unfold code | |`Ctrl-l` | - | Select line | |`Ctrl-Shift-d`| - | Duplicate line | |`Ctrl-j` | - | Join with next line | |`Alt-q` | - | Wrap selection (removes all new lines in selection) | |`Ctrl-/` | - | Comment/ Uncomment | |`Ctrl-k, Ctrl-u` | - | Upper case | |`Ctrl-k, Ctrl-l` | - | Lower case | Compiling LaTeX files --------------------- | Keybinding | - | Description | |-------------------|---|-------------| |`Ctrl-b` | - | Save, build and open the tex files (if **multi-file** put `%!TEX root = <master file path.tex>` at the first line in the tex files)| |`Ctrl-l,backspace` | - | Removing temporary files from build| |`Ctrl-l,t,f` | - | Toggling window focus following a build| |`Ctrl-l,t,s` | - | Toggling PDF syncing (forward search) following a build| |`Ctrl-l,t,?` | - | Checking the status of toggles and defaults| |`Ctrl-l,j` | - | For forward and double-clicking text in Sumatra for inverse search| References and Citations ------------------------ | Keybinding | - | Description | |-------------------|---|-------------| |`\ref{` or `\cite` or `\citet` or `\citeyaer` | - | Autotrigger a quick panel for **refs** or **cites** in .bib-file | |`Ctrl-l,t,a,r` for **refs**;<br /> `Ctrl-l,t,a,c` for **cites** | - | Toggle auto trigger mode on/off | LaTeX Commands and Environments ------------------------------- | Keybinding | - | Description | |-------------------|---|-------------| |`Ctrl-l,e` | - | Inserts environment (hit `tab` to exit brackets) | |`Ctrl-l,Ctrl-n` | - | Wraps selection in environment (change environment name, hit `tab` to exit) | |`Ctrl-l,c` | - | Inserts command (then type command name or select before executing keybinding, hit `tab` to enter bracket text, hit `tab` to exit brackets) | |`Ctrl-l,C-c` | - | Inserts command around selected text, enter command name and hit `tab` to exit | |`Ctrl-l,Ctrl-e` | - | Gives you `\emph{selection}`, and the cursor moves to the end of the command. | |`Ctrl-l,Ctrl-b` | - | Gives you `\textbf{selection}` | |`Ctrl-l,Ctrl-u` | - | Gives you `\underline{selection}` | |`Ctrl-l,Ctrl-t` | - | Gives you `\texttt{selection}` |