Modify configs

- Updated vimrc to point to in-repo files, for Fugitive
- Modified tmux status bar to include better details
     - Created clocks.sh to show multiple timezones
     - Added to right-side of tmux status bar
This commit is contained in:
Bill Niblock 2015-11-07 17:00:15 -05:00
parent c356cd2a46
commit cf8c5e78a6
3 changed files with 39 additions and 12 deletions

View file

@ -91,11 +91,11 @@ nnoremap <silent> <leader>h :set nohlsearch!<CR>
" Edit dotfiles with <leader>d
" v is for vim
nnoremap <silent> <leader>dv :tabnew ~/.vimrc<CR>
nnoremap <silent> <leader>dv :tabnew ~/.dotfiles/vim/vimrc<CR>
" b is for bash
nnoremap <silent> <leader>db :tabnew ~/.bashrc<CR>
"nnoremap <silent> <leader>db :tabnew ~/.dotfiles/bash/bashrc<CR>
" t is for tmux
nnoremap <silent> <leader>dt :tabnew ~/.tmux.conf<CR>
nnoremap <silent> <leader>dt :tabnew ~/.dotfiles/tmux/tmux.conf<CR>
" d is for dotfiles install script
nnoremap <silent> <leader>dd :tabnew ~/.dotfiles/install.conf.yaml<CR>