Skip to content

Keybindings

FireVim uses <Space> as its leader key.

KeyAction
<leader>pOpen FireVim Command Palette
<leader>mOpen Dashboard
<leader>rReload configuration
<leader>fFormat buffer
<leader>bOpen 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
nNext search result and center cursor
NPrevious search result and center cursor

This list is not exhaustive. More mappings can be viewed from inside FireVim with:

vim
:map

Reloading configuration

Edit init.lua, then reload with <leader>r, or restart Neovim to apply changes.

🔥 FireVim: Neovim, re-ignited