diff options
author | johannst <johannst@endor> | 2016-05-29 23:28:42 +0200 |
---|---|---|
committer | johannst <johannst@endor> | 2016-05-29 23:28:42 +0200 |
commit | a7aacc32c95cef6033ebb4cd02c425bc35897fbb (patch) | |
tree | 11ee1cbe8e03fb2577570dbfa6c4f697ad12f997 /.vim/vimrc_files | |
parent | 526bea9511f2845f15eca7982842a9780e0b78bf (diff) | |
download | dotfiles-a7aacc32c95cef6033ebb4cd02c425bc35897fbb.tar.gz dotfiles-a7aacc32c95cef6033ebb4cd02c425bc35897fbb.zip |
added .bashrc folder containing LS_COLORS and bash prompt
added header to own files
Diffstat (limited to '.vim/vimrc_files')
-rw-r--r-- | .vim/vimrc_files/colors.vim | 3 | ||||
-rw-r--r-- | .vim/vimrc_files/functions.vim | 3 | ||||
-rw-r--r-- | .vim/vimrc_files/highlights.vim | 3 | ||||
-rw-r--r-- | .vim/vimrc_files/keymaps.vim | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/.vim/vimrc_files/colors.vim b/.vim/vimrc_files/colors.vim index d20d871..20b9b31 100644 --- a/.vim/vimrc_files/colors.vim +++ b/.vim/vimrc_files/colors.vim @@ -1,2 +1,5 @@ +" dotfiles -- .vim/vimrc_files/colors.vim +" author: johannst + hi x226_Yellow1 ctermfg=226 guifg=#ffff00 "rgb=255,255,0 "hi x81_Light_Blue ctermfg=81 guifg=#ff0000 diff --git a/.vim/vimrc_files/functions.vim b/.vim/vimrc_files/functions.vim index a2c0f9a..4ab280d 100644 --- a/.vim/vimrc_files/functions.vim +++ b/.vim/vimrc_files/functions.vim @@ -1,3 +1,6 @@ +" dotfiles -- .vim/vimrc_files/functions.vim +" author: johannst + " Split Window and scroll down fu! SplitScroll() :wincmd v diff --git a/.vim/vimrc_files/highlights.vim b/.vim/vimrc_files/highlights.vim index 0d53434..4a8c13d 100644 --- a/.vim/vimrc_files/highlights.vim +++ b/.vim/vimrc_files/highlights.vim @@ -1,3 +1,6 @@ +" dotfiles -- .vim/vimrc_files/highlights.vim +" author: johannst + " hi clear CursorLine " augroup CLClear " autocmd! ColorScheme * hi clear CursorLine diff --git a/.vim/vimrc_files/keymaps.vim b/.vim/vimrc_files/keymaps.vim index b430240..cfcd938 100644 --- a/.vim/vimrc_files/keymaps.vim +++ b/.vim/vimrc_files/keymaps.vim @@ -1,3 +1,6 @@ +" dotfiles -- .vim/vimrc_files/keymaps.vim +" author: johannst + "remap esc button imap jj <Esc> |