본문 바로가기
[윈도우 관련정보]

_vimrc 또는 .vimrc 설정

by 왕작가 2020. 10. 6.

set hlsearch
set nu
set scrolloff=2
set wildmode=longest,list

""""""""""""""""""""""""""""""""""
" Syntax Highlighting
if has ("syntax")
    syntax on
endif

set autoindent
set cindent
"""""""""""""""""""""""""""""""""""
set expandtab
set ts=4
retab
set sts=4
set sw=1
set autowrite
set shiftwidth=4
set history=256
set showmatch
set smartcase
set ruler
set bs=indent,eol,start

set laststatus=2
set statusline=\ %<%l:%v\ [%P]%=%a\ %h%m%r\ %F\

au BufRead,BufNewFile *.py set filetype=python
filetype on
filet plugin indent on
set ai
set si

if has("gui_running")
set lines=50
set co=125
endif

set guifont=돋음체:h10:cHANGEUL
"colorscheme torte
colorscheme darkblue

map <F5> :w !python
map <F6> :w !iverilog -o %<.vvp %
map <F7> :w !vvp %<.vvp
map <F8> :w !gtkwave %<.vcd

'[윈도우 관련정보]' 카테고리의 다른 글

윈도우 유용한 단축키  (0) 2020.10.06