aboutsummaryrefslogtreecommitdiff
path: root/.tigrc
diff options
context:
space:
mode:
Diffstat (limited to '.tigrc')
-rw-r--r--.tigrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/.tigrc b/.tigrc
new file mode 100644
index 0000000..904236d
--- /dev/null
+++ b/.tigrc
@@ -0,0 +1,19 @@
+bind generic + !git commit --amend
+bind generic 9 @sh -c "echo -n %(commit) | xclip -selection c"
+bind generic T !git notes edit %(commit)
+bind refs 3 !git rebase -i %(branch)
+
+# Search for previous diff (c)hunk and next diff header
+bind stage 2 :?^@@
+bind stage D :/^diff --(git|cc)
+
+# Grep view
+bind generic S view-grep
+
+# Copy current commit ID to the clipboard
+bind generic I !git add -i %(file)
+
+# Navigation
+bind generic g move-first-line
+bind generic G move-last-line
+bind main G move-last-line