diff --git a/vimrc b/vimrc index 324dd64..5e576bd 100644 --- a/vimrc +++ b/vimrc @@ -121,6 +121,11 @@ let mapleader = ',' map R :source ~/.vimrc +"coffee +vmap c :'<,'>:CoffeeCompile +map c :CoffeeCompile +command -nargs=1 C CoffeeCompile | : + "session nnoremap s :mksession!