set nocompatible set autoindent set cindent set smartindent set wrap set nowrapscan set nobackup set visualbell set ruler set shiftwidth=4 set fileencoding=utf-8 set tenc=utf-8 set hlsearch set ignorecase set tabstop=4 set lbr set incsearch set backspace=eol,start,indent set history=1000 set background=dark set nobackup set nowritebackup set noswapfile set laststatus=2 map <C-J> :tabp<CR> map <C-K> :tabn<CR> map <F5> :o .<CR> filetype indent on colorscheme desert syntax on set paste
CTRL+J를 누르면 왼쪽으로 탭이 이동하고 K를 누르면 오른쪽으로 탭이 이동한다.
F5를 누르게 되면 브라우저가 나오게 된다.
우분투에서는 vim-gnome을 설치해야 위에서 몇가지 옵션들을 제대로 사용할 수 있다.
현재 디렉토리 위치 바꾸기
:cd %:p:h
# vimrc 파일에 F9에 매핑하기
map
CTRL + g
set laststatus=2
현재의 수정 파일 이름을 하단에 출력하게 해준다. 역할은 같다.
vim에서 Diretory List 모드에서 현재 디렉토리로 바꾸는 방법
:cd %:p:h