티스토리 뷰
- Install vim-tiny
# cd /usr/ports/editors/vim-tiny/
# make install clean
- Configuration
Vim 설정
# vi /usr/local/etc/vim/vimrc
(초기 설정)
set nocompatible
set bs=indent,eol,start
set history=50
set ruler
set number
set autoindent
set smartindent
set cindent
set tabstop=4
set shiftwidth=4
set expandtab
set paste
set nobackup
set viminfo=
alias 설정
# vi /root/.cshrc
alias ls ls -FG
alias vi vim
변경사항 적용
# source .cshrc
'Operating System > FreeBSD' 카테고리의 다른 글
| gcc 설치 및 설정 (0) | 2015.11.12 |
|---|---|
| tmux 설치 및 설정 (0) | 2015.10.18 |
| FAMP - Installing Apache, MySQL, PHP on FreeBSD (0) | 2015.07.22 |
| python27, py-pip 설치 및 설정 (0) | 2015.07.22 |
| bash 설치 및 설정 (0) | 2015.07.22 |
| Portsnap (0) | 2015.07.12 |
| FTP 설정 (0) | 2015.07.05 |
| USER 관리 (0) | 2015.07.05 |
| 날짜/시간 설정 (0) | 2015.07.02 |
| Network 및 Hostname 설정 (0) | 2015.07.02 |
댓글