Browse Source

feat: add readme

refactor/nvim-lua
Garrit Franke 3 years ago
parent
commit
108c9512ef
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 31
      README.md

31
README.md

@ -1 +1,32 @@
# Dotfiles
## NeoVim
### Keybindings
This list is incomplete, but I try to keep it up to date.
#### **Navigation**
| Keys | Action |
| --------------- | ------------------- |
| `<alt><shift>k` | Move selection up |
| `<alt><shift>j` | Move selection down |
#### **File explorer**
| Keys | Action |
| --------- | -------------------- |
| `<ctrl>t` | Toggle File Explorer |
| `<ctrl>n` | Find current file |
#### **Git**
| Keys | Action |
| ------------ | ----------------------------- |
| `<leader>gs` | Git status |
| `<leader>gc` | Git commit |
| `<leader>gp` | Git push |
| `<leader>g.` | Go to next change in file |
| `<leader>g,` | Go to previous change in file |
| `<leader>gx` | Undo change under cursor |

Loading…
Cancel
Save