-
Notifications
You must be signed in to change notification settings - Fork 0
/
nicevimrc
51 lines (47 loc) · 921 Bytes
/
nicevimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
nnoremap <F3> :set hlsearch!<CR>
nnoremap ; :
set t_Co=256
:command WQ wq
:command Wq wq
:command W w
:command Q q
syntax on
set autoindent
set backspace=indent,eol,start
set cmdheight=1
set cursorline
set display+=uhex
set encoding=utf-8
set expandtab
set fileencodings=utf-8
set fileencodings=utf-8,ucs-bom,cp1251
set fileencoding=utf-8
set fileformats=unix,dos,mac
set fileformat=unix
set hlsearch
set ignorecase
set incsearch
set laststatus=2
set linespace=1
set nocompatible
set noshowmode
set pastetoggle=<F10>
set scrolloff=3
set secure
set shiftwidth=2
set shortmess=aoOtT
set showcmd
set showmatch
set sidescrolloff=5
set smartcase
set smartindent
set smarttab
set softtabstop=2
set tabstop=2
set timeoutlen=500
set wildchar=<TAB>
set wildmenu
set wildmode=longest:full,full
set list
set listchars=tab:>-,trail:-
:nnoremap <Leader>b :buffers<CR>:buffer<Space>