make just abbreviation for make
This commit is contained in:
@@ -77,6 +77,8 @@ vim.cmd [[
|
|||||||
set noswapfile
|
set noswapfile
|
||||||
set list
|
set list
|
||||||
set makeprg=just
|
set makeprg=just
|
||||||
|
command! -nargs=* Just execute 'make' <q-args>
|
||||||
|
cabbrev just Just
|
||||||
|
|
||||||
nnoremap ,co :copen<CR>
|
nnoremap ,co :copen<CR>
|
||||||
nnoremap ,cc :cclose<CR>
|
nnoremap ,cc :cclose<CR>
|
||||||
|
|||||||
@@ -67,6 +67,8 @@ set viewoptions=folds,cursor
|
|||||||
set wildignore=*.o,*.obj,.git/**,tags,*.pyc
|
set wildignore=*.o,*.obj,.git/**,tags,*.pyc
|
||||||
set noswapfile
|
set noswapfile
|
||||||
set makeprg=just
|
set makeprg=just
|
||||||
|
command! -nargs=* Just execute 'make' <q-args>
|
||||||
|
cabbrev just Just
|
||||||
syntax on
|
syntax on
|
||||||
tnoremap <c-w>c <c-\><c-n><c-w>c
|
tnoremap <c-w>c <c-\><c-n><c-w>c
|
||||||
xnoremap H ^
|
xnoremap H ^
|
||||||
|
|||||||
Reference in New Issue
Block a user