Skip to content

Instantly share code, notes, and snippets.

@milesrout
Last active August 2, 2016 10:34
Show Gist options
  • Save milesrout/3c6f60154022095a3904edcc897643c2 to your computer and use it in GitHub Desktop.
Save milesrout/3c6f60154022095a3904edcc897643c2 to your computer and use it in GitHub Desktop.
(defun dotspacemacs/user-config ()
(define-key evil-normal-state-map (kbd ";") 'evil-ex)
(define-key evil-normal-state-map (kbd ":") 'evil-repeat-find-char))
nnoremap : ;
nnoremap ; :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment