https://github.com/kinson/neovim-config
Configs for AstroNvim Editor
https://github.com/kinson/neovim-config
Last synced: 3 months ago
JSON representation
Configs for AstroNvim Editor
- Host: GitHub
- URL: https://github.com/kinson/neovim-config
- Owner: kinson
- Created: 2023-08-07T16:37:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T21:13:49.000Z (about 1 year ago)
- Last Synced: 2025-01-16T09:08:52.159Z (4 months ago)
- Language: Lua
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AstroNvim Configs
A template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim)
## Required Tools
* [fd](https://github.com/sharkdp/fd)
* [ripgrep](https://github.com/BurntSushi/ripgrep)### To Get Command + W to Close Buffer
1. Open iterm settings (command + ,)
2. Go to "keys" section
3. Add new key binding for "command + w"
4. Set it to "Send Text with vim Special Characters"
5. Set value to " w" (or whatever w is)