# Neovim Keybinding Cheatsheet ## General | Key | Mode | Description | | ----------- | ---- | ----------------------- | | `w` | n | Save file | | `q` | n | Quit | | `Q` | n | Force quit all | | `W` | n | Save and quit | | `/` | n | Clear search highlights | | `` | n | Clear highlights | ## Navigation ### Window Navigation | Key | Mode | Description | | ------- | ---- | -------------------- | | `` | n | Move to left window | | `` | n | Move to lower window | | `` | n | Move to upper window | | `` | n | Move to right window | ### Window Management (`w`) | Key | Mode | Description | | ------------ | ---- | ------------------------- | | `wv` | n | Split window vertically | | `ws` | n | Split window horizontally | | `wq` | n | Close current window | | `wo` | n | Close other windows | | `wh` | n | Go to left window | | `wj` | n | Go to lower window | | `wk` | n | Go to upper window | | `wl` | n | Go to right window | ### Window Resizing | Key | Mode | Description | | ----------- | ---- | ---------------------- | | `` | n | Increase window height | | `` | n | Decrease window height | | `` | n | Decrease window width | | `` | n | Increase window width | ### Tab Management (`t`) | Key | Mode | Description | | --- | ---- | ----------- |