Last active 1730129833

swap : & ; meaning

mathieu's Avatar mathieu revised this gist 1730129833. Go to revision

No changes

mathieu's Avatar mathieu revised this gist 1730129810. 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