Added vimrc changes and my_configs

This commit is contained in:
Eric Renfro 2018-05-28 04:09:22 -04:00
parent 9930a498b9
commit 3452020847
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
2 changed files with 15 additions and 1 deletions

14
my_configs.vim Normal file
View File

@ -0,0 +1,14 @@
" Enable mouse support
set mouse=a
" Use X clipboard
set clipboard=unnamedplus
" Close NERDTree on Open
let NERDTreeQuitOnOpen=1
" Alternative tab controls
map <C-q><left> :tabp<cr>
map <C-q><right> :tabn<cr>
map <C-q><up> :tabr<cr>
map <C-q><down> :tabl<cr>

2
vimrc
View File

@ -6,6 +6,6 @@ source ~/.vim_runtime/vimrcs/plugins_config.vim
source ~/.vim_runtime/vimrcs/extended.vim
try
source ~/.vim_runtime/my_configs.vim
source ~/.dotfiles/my_configs.vim
catch
endtry