Last active
January 11, 2024 17:29
-
-
Save Angluca/55a28e087273581238c334ed5f4d3984 to your computer and use it in GitHub Desktop.
tig - simple vi cfg: gg/G | ~/.tigrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind generic g none | |
bind generic gg move-first-line | |
bind main G move-last-line | |
bind generic G move-last-line | |
bind generic V view-grep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment