Skip to content

Instantly share code, notes, and snippets.

@albenik
Last active September 20, 2023 06:15
Show Gist options
  • Save albenik/a5377943592aeb5c0bd2a914330e2c9f to your computer and use it in GitHub Desktop.
Save albenik/a5377943592aeb5c0bd2a914330e2c9f to your computer and use it in GitHub Desktop.
tig arrow keys navigation
# $HOME/.tigrc
bind diff <Up> move-up
bind diff <Down> move-down
bind stage <Up> move-up
bind stage <Down> move-down
set main-view = date:local=yes author:full commit-title:graph=yes,refs=yes,overflow=72
@robozb
Copy link

robozb commented Sep 19, 2023

Thanks!

On Debian the default config file is here: /etc/tigrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment