This commit is contained in:
Rico Sta. Cruz 2018-02-12 20:39:24 +08:00
parent fb686bd785
commit c5b139759b
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 41 additions and 31 deletions

View File

@ -29,53 +29,63 @@ Shortcuts
### Help (`h`) ### Help (`h`)
| Shortcut | Description | | Prefix | Shortcut | Description |
| --- | --- | | --- | --- | --- |
| `SPC` `h` `SPC` | Spacemacs help | | `SPC` `h` | `SPC` | Spacemacs help |
| --- | --- | | --- | --- | --- |
| `SPC` `h` `l` | Layers | | | `l` | Layers |
{: .-shortcuts} {: .-shortcuts}
### File (`f`) ### File (`f`)
| Shortcut | Description | | Prefix | Shortcut | Description |
| --- | --- | | --- | --- | --- |
| `SPC` `f` `s` | Save | | `SPC` `f` | `s` | Save |
| `SPC` `f` `c` | Copy | | | `c` | Copy |
{: .-shortcuts} {: .-shortcuts}
### Buffer (`b`) ### Buffer (`b`)
| Shortcut | Description | | Prefix | Shortcut | Description |
| --- | --- | | --- | --- | --- |
| `SPC` `b` `n` | Next buffer (`:bnext`) | | `SPC` `b` | `n` | Next buffer (`:bnext`) |
| `SPC` `b` `p` | Previous buffer (`:bprev`) | | | `p` | Previous buffer (`:bprev`) |
{: .-shortcuts} {: .-shortcuts}
### Config (`fe`) ### Config (`fe`)
| Shortcut | Description | | Prefix | Shortcut | Description |
| --- | --- | | --- | --- | --- |
| `SPC` `f` `e` `d` | Edit config | | `SPC` `f` `e` | `d` | Edit config |
| `SPC` `f` `e` `D` | Edit config and template | | | `D` | Edit config and template |
| --- | --- | | --- | --- | --- |
| `SPC` `f` `e` `R` | Reload config | | | `R` | Reload config |
{: .-shortcuts} {: .-shortcuts}
### Window (`w`) ### Window (`w`)
| Shortcut | Description | | Prefix | Shortcut | Description |
| --- | --- | | --- | --- | --- |
| `SPC` `w` `.` | Help | | `SPC` `w` | `.` | Help |
| --- | --- | | --- | --- | |
| `SPC` `w` `h/j/k/l` | Select | | | `h/j/k/l` | Select |
| `SPC` `w` `H/J/K/L` | Move | | | `H/J/K/L` | Move |
| --- | --- | | --- | --- | --- |
| `SPC` `w` `s` | Split | | | `s` | Split |
| `SPC` `w` `S` | Split & follow | | | `S` | Split & follow |
| --- | --- | | --- | --- | --- |
| `SPC` `w` `v` | Split vert | | | `v` | Split vert |
| `SPC` `w` `V` | Split vert & follow | | | `V` | Split vert & follow |
{: .-shortcuts}
### Project (`p`)
| Prefix | Shortcut | Description |
| --- | --- | --- |
| `SPC` `p` | `p` | Open project |
| -- | --- | --- |
| | `h` | Open files |
| | `f` | Open files |
{: .-shortcuts} {: .-shortcuts}
## Major modes ## Major modes