# Dotfiles ## Installing ``` stow -t ~/ . ``` ## 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 | | `s` | Search through all changes |