Skip to content

Instantly share code, notes, and snippets.

@g0xA52A2A
Created January 7, 2020 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g0xA52A2A/2dd7dd91f77dc90852c725efc88a2493 to your computer and use it in GitHub Desktop.
Save g0xA52A2A/2dd7dd91f77dc90852c725efc88a2493 to your computer and use it in GitHub Desktop.

Use of a language map is needed to cover things like f and r, see :help language-mapping.

set iminsert=1
for mode in ['n', 'x', 'c', 'l']
  execute mode . 'noremap  : ;'
  execute mode . 'noremap  ; :'
endfor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment