aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 23f030f..e00a74a 100644
--- a/tigrc
+++ b/tigrc
@@ -3,14 +3,20 @@
3# https://github.com/jonas/tig/wiki/Bindings 3# https://github.com/jonas/tig/wiki/Bindings
4 4
5# geineric 5# geineric
6bind generic x :toggle id
7bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
8bind generic g none 6bind generic g none
9bind generic gg move-first-line 7bind generic gg move-first-line
10bind generic G move-last-line 8bind generic G move-last-line
9
10bind generic x :toggle id
11bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
12
11bind generic E view-grep 13bind generic E view-grep
14
12bind generic w :toggle ignore-case 15bind generic w :toggle ignore-case
13 16
17bind generic 3 >sh -c "vim ~/.tigrc"
18bind generic 4 :source ~/.tigrc
19
14set ignore-case = true 20set ignore-case = true
15set line-graphics = utf-8 21set line-graphics = utf-8
16set refresh-mode = after-command 22set refresh-mode = after-command