]> Untitled Git - vimfiles.git/commitdiff
automatically write before reloading clojure files to the repl
authorPhilippe Hürlimann <p@hurlimann.org>
Sun, 23 Oct 2016 10:49:08 +0000 (12:49 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Sun, 23 Oct 2016 10:49:08 +0000 (12:49 +0200)
ftplugin/clojure.vim

index f05dbc8cd5cf663279e48ec26d7e636ef6e3e939..7acca27c45f9848ec7148ecb614cb200f544e373 100644 (file)
@@ -1 +1 @@
-nnoremap <c-c><c-k> :Require<cr>
+nnoremap <c-c><c-k> :write <cr> :Require<cr>