Keybindings
FireVim uses <Space> as its leader key.
| Key | Action |
|---|---|
<leader>p | Open FireVim Command Palette |
<leader>m | Open Dashboard |
<leader>r | Reload configuration |
<leader>f | Format buffer |
<leader>b | Open buffer picker |
<leader>? | Show keymaps |
<Tab> | Next buffer |
<S-Tab> | Previous buffer |
<C-d> | Scroll down and center cursor |
<C-u> | Scroll up and center cursor |
n | Next search result and center cursor |
N | Previous search result and center cursor |
This list is not exhaustive. More mappings can be viewed from inside FireVim with:
vim
:mapReloading configuration
Edit init.lua, then reload with <leader>r, or restart Neovim to apply changes.
