diff options
| author | DrNuget <drnuget@outlook.com> | 2025-11-18 12:47:43 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2025-11-18 12:47:43 +0200 |
| commit | 9dbe63d8f8eb239a12519247e45505e2fb3b4a5b (patch) | |
| tree | be0457d4628be3b554d1f157d6a5576e236b1cf8 | |
| parent | 87c567c8743f4a0a0cbe895b3ef9e32e8cda0182 (diff) | |
| download | dotfiles-9dbe63d8f8eb239a12519247e45505e2fb3b4a5b.tar.gz | |
vimrc add vimrc reload keybind
| -rw-r--r-- | .config/nvim/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index af3648a..e50eea4 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -31,6 +31,8 @@ vim.cmd([=[ let mapleader = " " + nnoremap <leader>r :luafile $MYVIMRC<enter> + nnoremap <leader>o o<esc> nnoremap <leader>O O<esc> |
