We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b08fba commit 1f9ed3eCopy full SHA for 1f9ed3e
gitignore
@@ -5,3 +5,4 @@
5
.idea/
6
.rgignore
7
scratch/
8
+.zed
vimrc
@@ -1,7 +1,6 @@
1
call plug#begin()
2
3
Plug 'tpope/vim-sensible'
4
-
" git wrapper
Plug 'tpope/vim-fugitive'
@@ -35,6 +34,7 @@ call plug#end()
35
34
" Backspace over everything.
36
set backspace=indent,eol,start
37
+set noincsearch
38
set nu
39
set ruler
40
set list
0 commit comments