mathieu revised this gist . Go to revision
No changes
mathieu revised this gist . Go to revision
1 file changed, 3 insertions
better-nvim-command-prompt.lua(file created)
@@ -0,0 +1,3 @@ | |||
1 | + | -- swap : with ; | |
2 | + | vim.keymap.set('n', ';', ':') | |
3 | + | vim.keymap.set('n', ':', ';') |
Newer
Older