Browse Source

add ideavimrc

raylu 8 năm trước cách đây
mục cha
commit
f3811a0048
1 tập tin đã thay đổi với 23 bổ sung0 xóa
  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>