mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: add alias gitgutterbuffer toggle leader mapping
This commit is contained in:
parent
c80a32c906
commit
11870ae797
|
@ -85,7 +85,7 @@ alias gcaf='git commit -a --fixup=HEAD'
|
||||||
alias watcha='watch ' # note the space after watch. This makes watch work with aliases
|
alias watcha='watch ' # note the space after watch. This makes watch work with aliases
|
||||||
|
|
||||||
# A short version of docker ps
|
# A short version of docker ps
|
||||||
alias dps='docker ps --format "table {{.Image}}\t{{.RunningFor}}\t{{.Status}}\t{{.Ports}}\t{{.Names}}\t{{.Size}"'
|
alias dps='docker ps --format "table {{.Image}}\t{{.RunningFor}}\t{{.Status}}\t{{.Ports}}\t{{.Names}}"'
|
||||||
|
|
||||||
# dotfiles user aliases
|
# dotfiles user aliases
|
||||||
if [[ -f ~/.dotfiles_aliases ]];
|
if [[ -f ~/.dotfiles_aliases ]];
|
||||||
|
|
|
@ -138,3 +138,4 @@ nnoremap <leader>B :Bclose<CR>
|
||||||
nnoremap <leader>G :Git
|
nnoremap <leader>G :Git
|
||||||
nnoremap <leader>P :GPush<CR>
|
nnoremap <leader>P :GPush<CR>
|
||||||
nnoremap <leader>M :Git commit<CR>
|
nnoremap <leader>M :Git commit<CR>
|
||||||
|
nnoremap <leader>u :GitGutterBufferToggle<CR>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user