Update 2022-12-17 10:27 OpenBSD/amd64

This commit is contained in:
c0dev0id
2022-12-17 10:27:50 +01:00
parent dbcd6d6aba
commit fde8159db6
5 changed files with 11 additions and 225 deletions

View File

@@ -204,7 +204,7 @@ nnoremap <C-t> :Texplore<CR>
" TAGS FILE
set tags="~/.dev/tags"
nnoremap gt :cs find 1 <C-R>=expand("<cword>")<CR><CR>
nnoremap gg :cs find 4 <C-R>=expand("<cword>")<CR><CR>
nnoremap gs :cs find 4 <C-R>=expand("<cword>")<CR><CR>
nnoremap gb <c-o>
nnoremap gh :FSHere<CR>
@@ -220,6 +220,7 @@ xmap ga <Plug>(EasyAlign)
nmap ga <Plug>(EasyAlign)
" Compile Stuff
nnoremap mw :!cd /home/sdk/website && make<CR>
nnoremap mm :call MyMake()<CR>
nnoremap mr :!%:p:r<CR>
function MyMake()