Skip to content

Instantly share code, notes, and snippets.

@kevincolyar
Created November 21, 2012 22:00
Show Gist options
  • Save kevincolyar/4128147 to your computer and use it in GitHub Desktop.
Save kevincolyar/4128147 to your computer and use it in GitHub Desktop.
ClojureVim history mappings
autocmd FileType * if &ft == "vimclojure.clojure" | imap <c-k> <Plug>ClojureReplUpHistory. | endif
autocmd FileType * if &ft == "vimclojure.clojure" | imap <c-j> <Plug>ClojureReplDownHistory. | endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment