add which-key

This commit is contained in:
2025-05-12 23:41:48 +02:00
parent bf0056358b
commit 67e7fad036
13 changed files with 210 additions and 10 deletions

View File

@@ -7,19 +7,12 @@ My personal dotfiles!
## Requirements
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- clangd
- stylua
- Optional
## Installation
Just copy the folders under `.config` in your `$HOME/.config/`.
## Keybindings
The leader key is the `Space`.
`<leader>ff` - Find files
`<leader>fg` - Live grep
`<leader>fb` - Show buffers
`<leader>fh` - Help tags
`<leader>F` - Format file (only works with C files)
`<leader>q` - Quit buffer
`<leader>n` - Next buffer
`<ledaer>b` - Previous buffer
The leader key is the `Space`. Press it to show all the keybindings.