diff options
author | Matthias Brändli <matthias.braendli@u-blox.com> | 2017-02-08 13:24:53 +0100 |
---|---|---|
committer | Matthias Brändli <matthias.braendli@u-blox.com> | 2017-02-08 13:24:53 +0100 |
commit | 5ff92d985e4d1aa6b749efa9a5716045010e90b7 (patch) | |
tree | 7ef80032623605eb8cc60c68b87579f57fc291d0 /dotvimrc | |
parent | 2fc433f2b00f8e383a19260d544f9e4d0f316388 (diff) | |
download | vimrc-5ff92d985e4d1aa6b749efa9a5716045010e90b7.tar.gz vimrc-5ff92d985e4d1aa6b749efa9a5716045010e90b7.tar.bz2 vimrc-5ff92d985e4d1aa6b749efa9a5716045010e90b7.zip |
Revert "Add asyncrun", as I'm actually not using it.
This reverts commit db44f16944292e68e7d1185bac00f2ceeb5e2a07.
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -113,10 +113,6 @@ let g:Powerline_symbols = 'unicode' NeoBundle 'Tag-Signature-Balloons' -NeoBundle 'skywind3000/asyncrun.vim' -noremap <Leader>m :AsyncRun make -j4<CR> - - function! ToggleFullScreen() call system("wmctrl -i -r ".v:windowid." -b toggle,fullscreen") redraw @@ -238,6 +234,8 @@ endfun noremap <F4> :call MPB_Flip_Ext()<CR> noremap <Leader>f :call MPB_Flip_Ext()<CR> +noremap <Leader>m :make -j4<CR> + "Show trailing whitespace highlight ExtraWhitespace ctermbg=darkgreen guibg=#344011 autocmd BufEnter * exe ':2match ExtraWhitespace /\s\+$\| \+\ze\t\|\t\+\ze /' |