diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-10-10 12:10:53 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-10-10 12:10:53 +0200 |
commit | 7b07e592b9deb85732e1de7f74c61f6e7dc6931a (patch) | |
tree | dcc2f53c4d3ef7f41ece0c4cafcd455cb38769f7 /tig | |
parent | e7fef9abe0b931542f5e7dc93e1dda210ef32613 (diff) |
[tig] Add '-' keybinding for consistency with fugitive
Diffstat (limited to 'tig')
-rw-r--r-- | tig/.tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tig/.tigrc b/tig/.tigrc new file mode 100644 index 0000000..21febec --- /dev/null +++ b/tig/.tigrc @@ -0,0 +1,2 @@ +bind generic R :source ~/.tigrc +bind status - status-update |