wip/spacemacs: reformat prefix style
This commit is contained in:
parent
c5b139759b
commit
e780580524
|
@ -27,65 +27,65 @@ Shortcuts
|
||||||
| `SPC` `h` | Help |
|
| `SPC` `h` | Help |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Help (`h`)
|
### `SPC` `h` - Help
|
||||||
|
|
||||||
| Prefix | Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| `SPC` `h` | `SPC` | Spacemacs help |
|
| `SPC` | Spacemacs help |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| | `l` | Layers |
|
| `l` | Layers |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### File (`f`)
|
### `SPC` `f` - File
|
||||||
|
|
||||||
| Prefix | Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| `SPC` `f` | `s` | Save |
|
| `s` | Save |
|
||||||
| | `c` | Copy |
|
| `c` | Copy |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Buffer (`b`)
|
### `SPC` `b` - Buffer
|
||||||
|
|
||||||
| Prefix | Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| `SPC` `b` | `n` | Next buffer (`:bnext`) |
|
| `n` | Next buffer (`:bnext`) |
|
||||||
| | `p` | Previous buffer (`:bprev`) |
|
| `p` | Previous buffer (`:bprev`) |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Config (`fe`)
|
### `SPC` `f` `e` - Config
|
||||||
|
|
||||||
| Prefix | Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| `SPC` `f` `e` | `d` | Edit config |
|
| `d` | Edit config |
|
||||||
| | `D` | Edit config and template |
|
| `D` | Edit config and template |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| | `R` | Reload config |
|
| `R` | Reload config |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Window (`w`)
|
### `SPC` `w` - Window
|
||||||
|
|
||||||
| Prefix | Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| `SPC` `w` | `.` | Help |
|
| `.` | Help |
|
||||||
| --- | --- | |
|
| --- | |
|
||||||
| | `h/j/k/l` | Select |
|
| `h/j/k/l` | Select |
|
||||||
| | `H/J/K/L` | Move |
|
| `H/J/K/L` | Move |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| | `s` | Split |
|
| `s` | Split |
|
||||||
| | `S` | Split & follow |
|
| `S` | Split & follow |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| | `v` | Split vert |
|
| `v` | Split vert |
|
||||||
| | `V` | Split vert & follow |
|
| `V` | Split vert & follow |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Project (`p`)
|
### `SPC` `p` - Project
|
||||||
|
|
||||||
| Prefix | Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- |
|
||||||
| `SPC` `p` | `p` | Open project |
|
| `p` | Open project |
|
||||||
| -- | --- | --- |
|
| --- | --- |
|
||||||
| | `h` | Open files |
|
| `h` | Open files |
|
||||||
| | `f` | Open files |
|
| `f` | Open files |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
## Major modes
|
## Major modes
|
||||||
|
|
Loading…
Reference in New Issue