Add a keymap to easily add {{site.url))/
before
...some text This is useful when writing my daily emails and creating links within the content.
This commit is contained in:
parent
016bd76792
commit
3388fd2b7e
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
-- TODO: Interim fix for https://github.com/nvim-treesitter/nvim-treesitter-context/issues/431.
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.wrap = true
|
||||
|
||||
vim.keymap.set("n", "<leader>su", "Bi{{site.url}}/<Esc>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue