-
The title says it all. Neorg is dope as f*** BTW let mapleader = ";"
nnoremap <CR> :
vnoremap <CR> : |
Beta Was this translation helpful? Give feedback.
Answered by
sadtab
Aug 8, 2022
Replies: 1 comment
-
Got it : ["core.keybinds"] = {
config = {
hook = function(keybinds)
keybinds.map("norg", "n", "<CR>", ":")
end,
}
}, It would be nice to have this working out of the box |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sadtab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it :
It would be nice to have this working out of the box