2012/02/24 – .vimrc 현재 설정 내용

입질쾌감 물때표

http://blog.webterror.net/wp-content/files/vim.tar.gz

:imap ` <C-P>
:nmap ` :sp<CR>:o ./<CR>
:nmap  :o ./<CR>
:nmap ! <C-W>
:nmap = <C-W>+
:nmap - <C-W>-
:nmap F <PageDown>
:nmap B <PageUp>
:nmap VV <C-V>
:nmap U <C-R>

map <F5> <Esc>:EnableFastPHPFolds<Cr>
map <F6> <Esc>:EnablePHPFolds<Cr>
map <F7> <Esc>:DisablePHPFolds<Cr>

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

inoremap <F9> <C-O>za
nnoremap <F9> za
onoremap <F9> <C-C>za
vnoremap <F9> zf

nnoremap <silent> <Space> @=(foldlevel('.')?'za':"<Space>")<CR>
vnoremap <Space> zf

filetype indent on
colorscheme desert
syntax on

set paste

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다