feat: default wrap on for markdown
This commit is contained in:
parent
e595a6c939
commit
f3088b886f
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
-- quickly mark todo boxes as done or not done
|
||||
vim.keymap.set('n', '<leader><space>', "^f[va]c[x]<esc>", {})
|
||||
vim.keymap.set('n', '<leader><leader><space>', "^f[va]c[ ]<esc>", {})
|
||||
|
||||
vim.o.wrap = true
|
||||
|
|
Loading…
Reference in a new issue