Further clean up nvim keybindings

This commit is contained in:
Yan Lin 2025-08-14 23:21:35 +09:00
parent 862e7096f4
commit c5207ec301
2 changed files with 0 additions and 33 deletions

View file

@ -236,13 +236,6 @@ blog = {
| `<C-q>` | Send results to quickfix list |
| `<Esc>` | Close Telescope |
**Git Operations:**
| Key | Action |
|-----|--------|
| `<Space>gs` | Git status |
| `<Space>gd` | Git diff |
| `<Space>gc` | Git commit (vim-fugitive) |
| `<Space>gp` | Git push |
**Other:**
| Key | Action |