summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2026-02-28 15:01:51 +0200
committerDrNuget <drnuget@outlook.com>2026-02-28 15:01:51 +0200
commit7ce7c260396432fda80b93ccc61c03249b11780b (patch)
treec15ab1bff7d9d7c79d63e073ae4ecd2553bc07e7
parent50722c066e31e0ee22d26431ae443edd70f1669b (diff)
downloaddotfiles-7ce7c260396432fda80b93ccc61c03249b11780b.tar.gz
vimrc add orgmode refile macroHEADmaster
-rw-r--r--.config/nvim/init.lua1
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