5b567ad2ad
[nvim] Move neovim config to /nvim
2026-01-24 15:25:05 -08:00
bd05bc392a
[vim] Add Meta-O to show open buffers in Neovide
2025-08-09 07:44:55 -07:00
534d9a102b
[neovim] Give key bindings a little love; add GUI bindings for neovide
...
- Clean up the init interface. Move all the init methods into a single
init_all() call.
- Add two keybindings for <M-j> and <M-k> to move by soft-wrapped lines in
Normal mode
- Add a few key bindings for the usual shortcuts for cut/copy/paste when in GUI
mode. In vim, D is the character that represents the Super/Apple key. So,
<D-x>, <D-c>, and <D-v> now do what you'd expect.
2025-06-03 13:19:51 -07:00
440efbf8fc
[nvim] Install telescope
...
Add these bindings:
- find_files to ,ff
- live_grep to ,fg
- buffers to ,fb
- help_tags to ,fh
2024-11-09 08:34:10 -08:00
b233d52b6d
[nvim] Factor out the map variable in keys.lua
2024-11-09 08:33:55 -08:00
a0baeac863
[vim] Update API call that toggles visibility of inlay hints
...
This API is preferred as of some recent version of neovim.
2024-08-03 09:12:48 -07:00
95081a31a3
[vim] Redo the keys lua module
...
Return a table from the module so that other modules that require it can access its functions in a namespaced way.
2024-08-02 18:30:52 -07:00
b381ff362d
[neovim] Set up all the LSP key bindings
2023-09-10 15:37:41 -07:00
6957a192af
[vim] Fix the hlsearch toggle key binding
2023-03-20 08:42:43 -07:00
8262907b64
[nvim] Convert init.vim to init.lua and copy over a bit of the vimrc config to some lua scripts
...
This is neat!
2022-10-20 08:18:40 -07:00