Muninn's story

SEARCH RESAULT : 글 검색 결과 - 분류 전체보기 (총 27개)

POST : 잊어먹을까봐 저장하는 놈들/env

vimrc

매번 서버 옮길때마다 추가하기 귀찮아서, 여기다 백업!.

--------------------------------------------------
set ignorecase
set infercase
set ai
colorscheme ron
set exrc
syntax on
set nocindent
set tabstop=4
set shiftwidth=4
set nu
set hlsearch

set encoding=utf-8
set tenc=utf-8,cp949
set fenc=utf-8
set fencs=utf-8,cp949,cp932,euc-jp,shift-jis,big5,latin1,ucs-2le
"set fileencodings=utf-8,cp949
" autocommand
autocmd BufWritePre * :%s/\s\+$//e

" function key
map > g
map <
map zz [{v]}zf

filetype on

"set showmatch

" cscope configuration
set csto=0
set cst
set cscopequickfix=s-,g-,d-,c-,t-,e-,f-,i-
set nocsverb
set cspc=0
com! -nargs=1 F cs find f <args>

" taglist configuration
let Tlist_Use_Right_Window = 0
let Tlist_Compact_Format = 1
let Tlist_Enable_Fold_Column = 0
let Tlist_Display_Tag_Scope = 1
let Tlist_Max_Submenu_Items = 25
let Tlist_WinWidth = 35
let Tlist_Use_SingleClick = 1
let Tlist_Display_Prototype = 0
let Tlist_Exit_OnlyWindow = 0
let Tlist_File_Fold_Auto_Close = 1
let Tlist_Show_One_File = 1
set updatetime=1000

" minibufexplorer
let g:miniBufExplMapWindowNavVim = 0
let g:miniBufExplMapWindowNavArrows = 1
let g:miniBufExplMapCTabSwitchWindows = 0
let g:miniBufExplMapCTabSwitchBufs = 1
let g:miniBufExplModSelTarget = 1

set nocompatible

map ,e :e <C-R>=expand("%:p:h") . "/" <CR>

"function InsertTabWrapper()
"      let col = col('.') - 1
"      if !col || getline('.')[col - 1] !~ '\k'
"          return "\<tab>"
"      else
"          return "\<c-p>"
"      endif
"endfunction

"inoremap <TAB> <C-R>=InsertTabWrapper()<CR>

" Buffer Explorer
let g:bufExplorerDetailedHelp=0

"let g:bufExplorerSortBy='number'     " Sort by the buffer's number.
"let g:bufExplorerSortBy='name'       " Sort by the buffer's name.
let g:bufExplorerSortBy='mru'        " Sort by most recently used.
"let g:bufExplorerSortBy='fullPath'   " Sort by full file path name.

"let g:bufExplorerSplitType='v'
"let g:bufexplorersplitvertsize=50
let g:bufExplorerOpenMode=1    " Open using current window
let g:bufExplorerSortDirection=1   " Sort in forward order
let g:bufExplorerSplitOutPathName=1  " Split the path and file name.

map <C-J> :BufExplorer<CR>
map ,w  
set hlsearch

" for omnicppcomplete plugin
set nocp
filetype plugin on
let OmniCpp_DisplayMode = 1
"let OmniCpp_SelectFirstItem = 1

" cscope sync.
map <F5> :cs kill 0<CR>:cs kill 1<CR>:!cs<CR>:cs add $SRCTAG/cscope.out<CR>:cs add $DRVTAG/cscope.out<CR>

cs add $SRCTAG/cscope.out
cs add $DRVTAG/cscope.out
source /home/hyun12/.vimplug/cscope_maps.vim
source /home/hyun12/.vimplug/doxygen.vim
source /home/hyun12/.vimplug/bufexplorer.vim
source /home/hyun12/.vimplug/taglist.vim

let VCSCommandDiffSplit='vertical'


nmap ,cl :VCSLog -q<CR>
nmap ,cL :VCSLog -v<CR>
nmap ,cm :!svn stat \| grep -v '^?'<CR>
nmap ,cv <Plug>VCSVimDiff
nmap ,cu <Plug>VCSUpdate
nmap ,cs <Plug>VCSStatus
nmap ,cr <Plug>VCSReview
nmap ,cq <Plug>VCSRevert
nmap ,ci <Plug>VCSInfo
nmap ,cg <Plug>VCSClearAndGotoOriginal
nmap ,cd <Plug>VCSDiff
nmap ,cD <Plug>VCSDelete
nmap ,cc <Plug>VCSCommit
nmap ,cG <Plug>VCSClearAndGotoOriginal
nmap ,cn <Plug>VCSAnnotate
nmap ,ca <Plug>VCSAdd
nmap ,g <Plug>VCSClearAndGotoOriginal

com! -nargs=* Diff VCSVimDiff <args>
com! -nargs=* Log VCSLog <args>
--------------------------------------------------
top

posted at

2009. 4. 8. 10:49


POST : 잊어먹을까봐 저장하는 놈들/version control

Git 관련 링크

git : home
Git User's Manual
Git - SVN Crash Course : svn 사용자였던 사람들이 쉽게 접근하도록 정리 되어 있음.

top

posted at

2009. 4. 6. 20:17


POST : 잊어먹을까봐 저장하는 놈들/version control

git diff 실행시 ESC] 출력되는 문제


앞뒤 생략하고 .bashrc 등에

export LESS="-erX"

추가.

자세한 내용은 여기 참조.
top

posted at

2009. 4. 6. 20:08


POST : L사 생활

L사 UK법인.

사용자 삽입 이미지

Slough

사용자 삽입 이미지

Slough

UK 출장 중 대부분의 시간을 보낸 곳. Slough가 우리나라로 치면 평택? 오산의 산업도시(?)같이 보시면 될 듯. 좀 썰렁하고 주변에 볼 것도 없고.. 쩝.
지금은 괜찮다고 하지만, 예전에는 범죄율이 장난 아니었었다는 이야기를 들으니 밤에 걸어다니기 무섭더군. (택시 이용을 했다능.. 3분거리에 만원)

UK 법인은 빨간 깃발 걸린 건물. 그래도 여기 계신 분들 덕에 무사히 출장을 맞추었구만.

top

posted at

2008. 1. 5. 08:41


POST : L사 생활

영국 출장(2007.11.14-2007.11.28)

DTG인증으로 인하여 갑자기 가게 된 영국 출장.

머 이제와 보면 무사히 돌아올 수 있었지만, DTG와 엮인게 앞날이 안좋아 보인다.

그나마 다행인게 이번 출장은 주말이 두번 있어서 나름 여유는 있었다. 그래서 런던 및 윈저 캐슬, 이튼을 돌아다닐 여유가 있었다.

사용자 삽입 이미지

London - Victoria Station


사용자 삽입 이미지

London - Buckingham Palace


사용자 삽입 이미지

London - Buckingham Palace


사용자 삽입 이미지

London - Hyde Park


런던에서는 이래저래 비가 오고 배터리 방전이라는 불상사로 여기서 끝 :(

사용자 삽입 이미지

Windsor - Windsor castle


사용자 삽입 이미지

Windsor - Windsor castle


사용자 삽입 이미지

Windsor - Windsor castle


사용자 삽입 이미지

Windsor - Windsor castle


사용자 삽입 이미지

Windsor - Windsor castle


사용자 삽입 이미지

St Georges Chapel at Windsor Castle


사용자 삽입 이미지

St Georges Chapel at Windsor Castle


일요일 방문한 윈저 캐슬. 입장료가 좀 비싸서 그렇지 가볼만한 듯. 토요일에는 여왕을 볼 기회가 종종 있다고 하는데.. 머 나야 아웃 오브 관심.

그리고 St Georges Chapel 안을 들어가 보실려면 일요일은 피하시길.

사용자 삽입 이미지

Eaton


사용자 삽입 이미지

Eaton


Eaton. 관광객들을 위한 까페들과 아기자기한 것을 파는 상점도 있고.. 그래도 결국은 작은 마을. Windsor Castle을 보고나서 여기서 밥먹고 마을 잠깐 보는 것도 좋을 듯.
top

posted at

2008. 1. 5. 08:34


POST : 잊어먹을까봐 저장하는 놈들/version control

CVSNT + TortoiseCVS

1.CVSNT 설치 (http://www.cvsnt.org)
2.TortoiseCVS 설치(http://www.tortoisecvs.org/)

2.CVSNT 설정
-Stop Servie
-Repositoru configuration : add
 ex. location "C:/CVSRepo/test"
      name "/test"
-Server Settings : Temporary
-Compoatibility Options : Respond as cvs 1.11.2 to version requeset

3.CVS set (in here, locasl host)
 set cvsroot=:pserver:id@127.0.0.1:/test
 cvs login

4.Window Tab cmd
-새 모듈 생성
  : 프로토콜 :pserver:
  : 서버 127.0.0.1
  : 저장소 폴더 "C:\CVSRepo\test"
  : 사용자명 id

5.SlickEdit
-Tools->Version Control->Setup
-Select "CVS"
-CVS executable: select cvsnt exe
-Login-> id/127.0.0.1/'/test'

top

posted at

2007. 9. 18. 15:15


POST : 잊어먹을까봐 저장하는 놈들/programming

Good Programming Fonts

Good Programming Font Criteria(출처:http://www.lowing.org/fonts/)

    1. Crisp clear characters.
    2. Extended characterset.
    3. Good use of whitespace.
    4. 'l', '1' and 'i' are easily distinguished
    5. '0', 'o' and 'O' are easily distinguished
    6. forward quotes from back quotes are easily distinguished -prefer mirrored appearance
    7. Clear punctuation characters, especially braces, parenthesis and brackets

최근 Programming을 하면서 align, I, 1 구별, 먼가 뒤죽박죽이 되어가는 edit window를 보강하기 위해 programming font로서 무엇들을 쓰나 찾아 보았다.

많은 이들이 monospaced font를 추천하고 있더군. 구글링을 통해 찾은 사이트에 monospaced font들중에 위의 criteria를 만족하는 font에 대해 순위를 주었는데, 여기서는
Bitstream Vera Sans Mono
를 추천해 주고 있다.

내가 쓰는 SlickEdit에 설정해 보니, 나름 깔끔하네. 일단 적응좀 해봐야 겠다.

top

posted at

2007. 9. 12. 08:39


CONTENTS

Muninn's story
BLOG main image

RSS 2.0Tattertools
공지
아카이브
최근 글 최근 댓글 최근 트랙백
카테고리 태그 구름사이트 링크