aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-26 21:52:50 +0800
committertypebrook <typebrook@gmail.com>2019-03-26 21:52:50 +0800
commitf37b2bc34509d37e5b22dc8e8d79cf1b58f3d1ca (patch)
treee5e4c1b23381b0bdd0b4a8f7c6ef634c73ec938f
parenta9b48ef9f97a4b1255a63dca8e2524927729db96 (diff)
update
-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