Skip to content

JS-Choi513/my_own_vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

my_own_vimrc

.vimrc custom for my own develop environment(especially useful for kernel hacking)

set autoindent
set number
set ruler
set hlsearch
set title
set tabstop=4
set cindent
set showmode
set nu
set shiftwidth=4
set laststatus=2
set cursorline
set linebreak
set showmatch
set background=dark

set nowrapscan
set hlsearch
set ignorecase
set incsearch

set backspace=eol,start,indent
set history=1000
set fencs=ucs-bom,utf-8,euc-kr,latin1
set fileencoding=utf-8
set textwidth=80
set clipboard=unnamedplus
syntax on

About

.vimrc custom for my own develop environment(especially useful for kernel hacking)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published