summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--tigrc4
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5125107..d73f0f1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ INSTALL = aliases \
replyrc \
screenrc \
signature \
+ tigrc \
tmux.conf \
vimrc \
xbindkeysrc \
diff --git a/tigrc b/tigrc
new file mode 100644
index 0000000..8eb4aa5
--- /dev/null
+++ b/tigrc
@@ -0,0 +1,4 @@
+bind generic i view-close
+bind main i none
+bind generic g move-first-line
+bind generic G move-last-line