Settings, themes, and plugins for ZSH
This commit is contained in:
parent
1fff063ddf
commit
8eb42f9eda
2 changed files with 5 additions and 1 deletions
5
.vimrc
5
.vimrc
|
@ -1,6 +1,10 @@
|
||||||
" => General
|
" => General
|
||||||
|
execute pathogen#infect()
|
||||||
set history=500
|
set history=500
|
||||||
set number
|
set number
|
||||||
|
syntax enable
|
||||||
|
set background=dark
|
||||||
|
colorscheme solarized
|
||||||
" Enable filetype plugins
|
" Enable filetype plugins
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
@ -50,4 +54,3 @@ set background=dark
|
||||||
vnoremap <silent> * :<C-u>call VisualSelection('', '')<CR>/<C-R>=@/<CR><CR>
|
vnoremap <silent> * :<C-u>call VisualSelection('', '')<CR>/<C-R>=@/<CR><CR>
|
||||||
vnoremap <silent> # :<C-u>call VisualSelection('', '')<CR>?<C-R>=@/<CR><CR>
|
vnoremap <silent> # :<C-u>call VisualSelection('', '')<CR>?<C-R>=@/<CR><CR>
|
||||||
|
|
||||||
|
|
||||||
|
|
1
ReadMe
1
ReadMe
|
@ -2,3 +2,4 @@ This repo contains all of my personal settings for command line linux programs.
|
||||||
Including but not limited to:
|
Including but not limited to:
|
||||||
Tmux
|
Tmux
|
||||||
Vim
|
Vim
|
||||||
|
Bash Aliases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue