26 lines
516 B
Markdown
26 lines
516 B
Markdown
# dotfiles
|
|
My personal dotfiles!
|
|
|
|
## My setup
|
|
- Neovim
|
|
|
|
## Requirements
|
|
- [ripgrep](https://github.com/BurntSushi/ripgrep)
|
|
- clangd
|
|
|
|
## 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
|
|
|