An open API service indexing awesome lists of open source software.

https://github.com/sloanelybutsurely/nixvim-flake

sloane's neovim/nixvim config
https://github.com/sloanelybutsurely/nixvim-flake

Last synced: 3 months ago
JSON representation

sloane's neovim/nixvim config

Awesome Lists containing this project

README

        

# sloanelybutsurely/nixvim-flake

neovim config via [nixvim]

## try it out

if you have [nix installed][nix-installer] you can try out my setup without
affecting your own.

```sh
nix run github:sloanelybutsurely/nixvim-flake
```

[nixvim]: https://github.com/nix-community/nixvim
[nix-installer]: https://github.com/DeterminateSystems/nix-installer

## usage

### keys

`;` and `q;` have been remapped to `:` and `q:` for convenience.

`` is the leader key.

`` will stop highlighting the current search.

#### leader bindings

| key | action |
| - | - |
| `w` | `:w` (save / write) |
| `q` | `:q` (close / quit) |
| `p` | paste from `+` buffer (system clipboard) |
| `P` | paste from `+` buffer (system clipboard) |
| `` | fuzzy-find files |
| `/` | fuzzy-find _in_ files |
| `g` ... | git actions using fugitive |