전체 글
-
-
MSYS2 와 Cmder잡소리 2018. 4. 4. 15:07
Cmder 에 새로운 TASK 생성[WIN] + [ALT] + T 이름:{bash::msys2 32bit} Commands:set MSYSTEM=MINGW32 & set MSYSCON=conemu.exe & "c:\dev\msys2\usr\bin\bash.exe" --login -i -new_console:C:\dev\msys2\mingw32.exe Cmder 의 MSYS2 task 바로가기 생성C:\Apps\cmder.mini\Cmder.exe /TASK "bash::msys2 32bit" 처음 MSYS2 updatepacman -Syuu:: msys2-runtime and catgets are in conflict. Remove catgets? [y/N] y:: msys2-runtime and lib..
-
gVIM 의 vimrc 설정잡소리 2018. 3. 28. 17:03
syntax onset ts=4set shiftwidth=4 colorscheme koehlerset guifont=Consolas:h10:cANSI:qDRAFTset lines=34 columns=110set nobk "" backup file 생성 않음set noudf "" undo file 생성 않음 "" ctrl + f 키를 막음. page down 기능으로 됨unmap set guioptions-=m "remove menu barset guioptions-=T "remove toolbarset mouse=c "" mouse command-line mode "" 이전위치로 열기au BufReadPost *\ if line("'\"") > 0 && line("'\"")