diff options
| author | DrNuget <drnuget@outlook.com> | 2026-02-28 15:01:51 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2026-02-28 15:01:51 +0200 |
| commit | 7ce7c260396432fda80b93ccc61c03249b11780b (patch) | |
| tree | c15ab1bff7d9d7c79d63e073ae4ecd2553bc07e7 | |
| parent | 50722c066e31e0ee22d26431ae443edd70f1669b (diff) | |
| download | dotfiles-7ce7c260396432fda80b93ccc61c03249b11780b.tar.gz | |
| -rw-r--r-- | .config/nvim/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 2097fa6..24e4f78 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -46,6 +46,7 @@ vim.cmd([=[ " Org mode keybinds nnoremap <leader>ww :e ~/orgfiles/index.org<enter> + nnoremap <leader>wr :e ~/orgfiles/refile.org<enter> " Default to commandline in command mode nnoremap : :<C-f>A |
