浏览代码

add ideavimrc

raylu 8 年之前
父节点
当前提交
f3811a0048
共有 1 个文件被更改,包括 23 次插入0 次删除
  1. 23 0
      ideavimrc

+ 23 - 0
ideavimrc

@@ -0,0 +1,23 @@
+set incsearch
+set smartcase
+set ignorecase
+set hlsearch
+set nowrapscan
+set nowrap
+set scrolloff=5
+set sidescroll=1
+set sidescrolloff=10
+set foldminlines=2
+set foldlevelstart=1
+set foldnestmax=2
+
+set surround
+
+map - $
+map _ ct_
+map zm zM
+map zi zR
+map H zc
+map L :action ExpandRegionRecursively<CR>
+inoremap <C-d> <C-t>
+inoremap <C-a> <C-d>