aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3e10359..56c3ea6 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
vim.keymap.set('n', '<Tab>', muwiki.next_link, keymap_opts)
vim.keymap.set('n', '<S-Tab>', muwiki.prev_link, keymap_opts)
vim.keymap.set('v', '<CR>', muwiki.create_link, keymap_opts)
+ vim.keymap.set('n', '<leader>oo', muwiki.open_link_with, keymap_opts)
end,
})
end,