-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vimrc
77 lines (52 loc) · 931 Bytes
/
.vimrc
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
set shell=/bin/bash
set nocompatible
filetype off
set encoding=UTF-8
map L $
map H ^
set nopaste
filetype plugin indent on
set keymap=russian-jcukenwin
set iminsert=0
set imsearch=0
highlight lCursor guifg=NONE guibg=Cyan
syntax on
set hlsearch
set incsearch
set shiftwidth=4
set tabstop=4
set softtabstop=4
set expandtab
set ignorecase
set smartcase
set wrap
set mouse=a
set whichwrap=b,s,<,>,[,]
set smartindent
set backspace=indent,eol,start
set autoindent
set cursorline
set scrolloff=5
set sidescrolloff=5
set showcmd
set colorcolumn=99
set hidden
set laststatus=2
set confirm
set visualbell
set wildmenu
set noswapfile
nnoremap <silent> <cr> :nohlsearch<cr><cr>
nnoremap <esc><esc> :silent! nohls<cr>
set number
map <C-d> *#
map gn :bn<cr>
map gp :bp<cr>
map gd :bd<cr>
let mapleader=" "
noremap <Leader>s :update<CR>
inoremap <C-s> <ESC>:update<cr>
set showcmd
set t_ut=
set t_vb=
colorscheme plain