diff options
author | typebrook <typebrook@gmail.com> | 2020-02-03 09:42:38 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-03 09:42:38 +0800 |
commit | 5bf59740842ca88b84bf50331bef3b28ce6b4f7b (patch) | |
tree | 2544b32f0d8a5a7daae94672d043ccf02d9fd13f | |
parent | 6c378afeaaed37ed305b9a18d6b0486f92baa6c5 (diff) |
update
-rw-r--r-- | tigrc | 1 | ||||
-rw-r--r-- | vimrc | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -294,6 +294,7 @@ bind refs F ?git fetch %(remote) %(ref) | |||
294 | bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) | 294 | bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) |
295 | bind refs pd ?git push %(remote) :%(ref) | 295 | bind refs pd ?git push %(remote) :%(ref) |
296 | bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref) | 296 | bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref) |
297 | bind refs rd ?git branch --remotes -D %(remote)/%(ref) | ||
297 | 298 | ||
298 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" | 299 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" |
299 | bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" | 300 | bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" |
@@ -32,7 +32,7 @@ nnoremap <leader>P :r !xsel -ob<CR> | |||
32 | " move | 32 | " move |
33 | nnoremap <Tab> } | 33 | nnoremap <Tab> } |
34 | nnoremap <S-Tab> { | 34 | nnoremap <S-Tab> { |
35 | inoremap <C-L> <Esc>2li | 35 | inoremap <C-L> <Right> |
36 | cnoremap <C-L> <Right> | 36 | cnoremap <C-L> <Right> |
37 | cnoremap <C-H> <Left> | 37 | cnoremap <C-H> <Left> |
38 | nmap H 0 | 38 | nmap H 0 |