added some more zsh and vim stuff
This commit is contained in:
parent
ab339017a5
commit
27a9651206
3 changed files with 16 additions and 3 deletions
13
.vimrc
13
.vimrc
|
|
@ -19,3 +19,16 @@ filetype plugin indent on
|
|||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
|
||||
" Highlight searches (use <C-L> to temporarily turn off highlighting; see the
|
||||
" mapping of <C-L> below)
|
||||
set hlsearch
|
||||
|
||||
" Use case insensitive search, except when using capital letters
|
||||
set ignorecase
|
||||
set smartcase
|
||||
|
||||
" Display the cursor position on the last line of the screen or in the status
|
||||
" line of a window
|
||||
set ruler
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue