diff --git a/README.md b/README.md index 62ac67e..5584e51 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ # Dotfiles + +## NeoVim + +### Keybindings + +This list is incomplete, but I try to keep it up to date. + +#### **Navigation** + +| Keys | Action | +| --------------- | ------------------- | +| `k` | Move selection up | +| `j` | Move selection down | + +#### **File explorer** + +| Keys | Action | +| --------- | -------------------- | +| `t` | Toggle File Explorer | +| `n` | Find current file | + +#### **Git** + +| Keys | Action | +| ------------ | ----------------------------- | +| `gs` | Git status | +| `gc` | Git commit | +| `gp` | Git push | +| `g.` | Go to next change in file | +| `g,` | Go to previous change in file | +| `gx` | Undo change under cursor |