diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -423,6 +423,9 @@ " * Use Gundo when -python3 and Undotree when +python3. " * Focus Undotree window when toggled. " +" 2019.06.07: +" * Move RSpec mappings to ftplugin/ruby.vim. +" " Pathogen @@ -643,13 +646,6 @@ let g:slimv_impl = 'sbcl' let g:slimv_swank_cmd = '! screen -d -m -t REPL-SBCL sbcl --load ~/.vim/bundle/slimv/slime/start-swank.lisp' -" RSpec -nnoremap <leader>z :call RunCurrentSpecFile() \| call system("date '+%FT%T%z: z' >> ~/.vim/spec-stats.log")<cr> -nnoremap <leader>Z :call RunNearestSpec() \| call system("date '+%FT%T%z: Z' >> ~/.vim/spec-stats.log")<cr> -nnoremap 🕳 :call RunCurrentSpecFile() \| call system("date '+%FT%T%z: e' >> ~/.vim/spec-stats.log")<cr> -nnoremap ⛳ :call RunNearestSpec() \| call system("date '+%FT%T%z: E' >> ~/.vim/spec-stats.log")<cr> - - " Go let g:go_version_warning = 0 let g:go_fmt_command = 'goimports' |