Skip to content

Commit

Permalink
fix(docs): fix vimscript keybindings section
Browse files Browse the repository at this point in the history
  • Loading branch information
DNLHC committed Dec 23, 2024
1 parent e7a193f commit cf91734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ vim.keymap.set('n', 'gM', '<CMD>Glance implementations<CR>')

<details>
<summary><strong>Using Vimscript</strong></summary>

```vim
nnoremap gR <CMD>Glance references<CR>
nnoremap gD <CMD>Glance definitions<CR>
nnoremap gY <CMD>Glance type_definitions<CR>
nnoremap gM <CMD>Glance implementations<CR>
```

</details>

## Configuration
Expand Down

0 comments on commit cf91734

Please sign in to comment.