summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index ed7ccb5..27b2e04 100644
--- a/.vimrc
+++ b/.vimrc
@@ -167,6 +167,7 @@ autocmd BufNewFile,BufRead *.yaml.gotmpl set filetype=yaml " for highlighting
autocmd FileType gitcommit,markdown setlocal spell " spell check commits and markdown files
autocmd FileType gitcommit,markdown set complete+=spell " spell complete with CTRL+N/CTRL+P
autocmd FileType ruby setlocal nospell " disable spell checking for ruby documentation
+autocmd FileType json nnoremap <buffer> <silent> <C-f> :%!jq .<CR>
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Plugin maps