Merge branch 'master' of gitlab.meutel.net:meutel/dotfiles
This commit is contained in:
commit
1f91c9970d
5
_bashrc
5
_bashrc
@ -107,8 +107,13 @@ fi
|
|||||||
if [ -e /usr/local/share/git-core/contrib/completion/git-completion.bash ]; then
|
if [ -e /usr/local/share/git-core/contrib/completion/git-completion.bash ]; then
|
||||||
. /usr/local/share/git-core/contrib/completion/git-completion.bash
|
. /usr/local/share/git-core/contrib/completion/git-completion.bash
|
||||||
fi
|
fi
|
||||||
|
if [ -e /usr/local/share/git-core/contrib/completion/git-prompt.sh ] || [ -e /usr/lib/git-core/git-sh-prompt ]; then
|
||||||
|
if [ -e /usr/lib/git-core/git-sh-prompt ]; then
|
||||||
|
. /usr/lib/git-core/git-sh-prompt
|
||||||
|
fi
|
||||||
if [ -e /usr/local/share/git-core/contrib/completion/git-prompt.sh ]; then
|
if [ -e /usr/local/share/git-core/contrib/completion/git-prompt.sh ]; then
|
||||||
. /usr/local/share/git-core/contrib/completion/git-prompt.sh
|
. /usr/local/share/git-core/contrib/completion/git-prompt.sh
|
||||||
|
fi
|
||||||
export GIT_PS1_SHOWDIRTYSTATE=1
|
export GIT_PS1_SHOWDIRTYSTATE=1
|
||||||
export GIT_PS1_SHOWSTASHSTATE=1
|
export GIT_PS1_SHOWSTASHSTATE=1
|
||||||
export GIT_PS1_SHOWUNTRACKEDFILES=1
|
export GIT_PS1_SHOWUNTRACKEDFILES=1
|
||||||
|
4
_vimrc
4
_vimrc
@ -100,8 +100,8 @@ nnoremap <Leader>w :w<CR>
|
|||||||
" quit
|
" quit
|
||||||
nnoremap <Leader>q :q<CR>
|
nnoremap <Leader>q :q<CR>
|
||||||
" navigate buffers
|
" navigate buffers
|
||||||
nnoremap <Leader>h :bn<CR>
|
nnoremap <Leader>l :bn<CR>
|
||||||
nnoremap <Leader>l :bp<CR>
|
nnoremap <Leader>h :bp<CR>
|
||||||
" copy/paste system clipboard
|
" copy/paste system clipboard
|
||||||
vmap <Leader>y "+y
|
vmap <Leader>y "+y
|
||||||
vmap <Leader>d "+d
|
vmap <Leader>d "+d
|
||||||
|
Loading…
Reference in New Issue
Block a user