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
- Host: GitHub
- URL: https://github.com/sloanelybutsurely/nixvim-flake
- Owner: sloanelybutsurely
- Created: 2024-03-24T00:16:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T12:42:10.000Z (about 1 year ago)
- Last Synced: 2025-01-22T02:17:55.933Z (4 months ago)
- Language: Nix
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |