aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index d6a7bec..dea8d5c 100644
--- a/tigrc
+++ b/tigrc
@@ -12,6 +12,7 @@ bind generic G move-last-line
12# toggle/copy commit id 12# toggle/copy commit id
13bind generic x :toggle id 13bind generic x :toggle id
14bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" 14bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
15bind generic 0 !@sh -c "echo -n %(commit) | xclip -selection c"
15 16
16bind generic gr view-grep 17bind generic gr view-grep
17 18
@@ -60,6 +61,7 @@ bind main c @sh -c "git branch --points-at=%(commit) | \
60 61
61# commit 62# commit
62bind main a ?>git commit --amend 63bind main a ?>git commit --amend
64bind main e ?>git commit --allow-empty
63 65
64# merge 66# merge
65bind main m ?git merge %(commit) 67bind main m ?git merge %(commit)
@@ -149,6 +151,7 @@ bind stage <Esc>p :?^diff --(git|cc)
149bind tree d ?rm %(file) 151bind tree d ?rm %(file)
150bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c" 152bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c"
151bind tree 9 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" 153bind tree 9 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c"
154bind tree 0 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c"
152 155
153#==================== 156#====================
154# refs view 157# refs view