Here I write down specific spacemacs keybindings along learning...
| Key Sequence | Action |
|---|---|
| SPC + f + h | Open file (or C-x C-f or :e ) |
| SPC + f + s | Save current buffer |
| SPC + f + S | Save all opened buffers |
| SPC + b + b | Switch to buffer (already openned or recent) |
| Key Sequence | Action |
|---|---|
| SPC + w + s | Split window down (S for getting focus) |
| SPC + w + v | split window on the right hand side (V for focus) |
| SPC + w + h | focus on window on the left |
| SPC + w + H | move the window to the left |
| SPC + w + d | Delete focus window |
| Key Sequence | Action |
|---|---|
| SPC + f + t | Open Tree window |
| Key Sequence | Action |
|---|---|
| SPC + g + s | git status (then, s/u : stage, c : commit, p for push) |
| Key Sequence | Action |
|---|---|
| SPC + q + Q | Quit without saving (or C-x C-c or ESC :qa! ) |
| SPC + q + s | Save and Quit (or C-x C-c or ESC :xa ) |
| SPC + f + e + d | Edit Configuration |