# Gaiety's Neovim Help ## Keys ### Global * `Spacebar` Leader * `? {or /}` Open _this_ help file ### Buffers * `w` Save * `Esc Esc` Close buffer * `` Reopen buffer * `Tab {or Shift Tab}` Next (or previous) buffer * `fb` Fuzzy find by buffer * `hR` Git reset buffer ### Editing * `k {or j}` Move **current** line up/down * **Insert Mode** `Tab` Autocomplete ### Browsing Files * `{tilde}` Open file browser * `ff` Fuzzy find files in git project * `gg` Grep searches in git project ### Registers * `fr` Fuzzy find by registers ### Git * `fgb` Fuzzy find by git branches * `fgc` Fuzzy find by git commits * `fgt` Fuzzy find by git tags * `gb` Blame **current** line * `hn {or hp}` Go to next or previous hunk * `hs` Stage **current** hunk * `hu` Undo stage hunk * `hp` Preview hunk * `hr` Reset hunk * `hR` Reset buffer