Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Makes compile shortcuts show output with shift
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hodgson committed Jan 10, 2019
1 parent 921bd58 commit 8ceb861
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,12 @@ nnoremap <Right> xp
nnoremap <Left> xhP
" Compiles documents
nnoremap <leader>cc :w! \| !compiler <c-r>%<CR>
nnoremap <leader>cf :w! \| !compiler <c-r>% fplreport<CR>
nnoremap <leader>cl :w! \| !compiler <c-r>% letter<CR>
nnoremap <leader>cc :w! \| !compiler <c-r>%<CR><CR>
nnoremap <leader>cC :w! \| !compiler <c-r>%<CR>
nnoremap <leader>cf :w! \| !compiler <c-r>% fplreport<CR><CR>
nnoremap <leader>cF :w! \| !compiler <c-r>% fplreport<CR>
nnoremap <leader>cl :w! \| !compiler <c-r>% letter<CR><CR>
nnoremap <leader>cL :w! \| !compiler <c-r>% letter<CR>
nnoremap <leader>co :!opout <c-r>%<CR><CR>
" Activate spelling
Expand Down

0 comments on commit 8ceb861

Please sign in to comment.