move .tigrc to .config directory
This commit is contained in:
23
.config/tig/config
Normal file
23
.config/tig/config
Normal file
@@ -0,0 +1,23 @@
|
||||
# Variables
|
||||
set commit-order = author-date
|
||||
|
||||
# View settings
|
||||
set main-options = --all
|
||||
set main-view = id:yes author:width:20 date:custom commit-title:yes,graph,refs
|
||||
|
||||
color id yellow default
|
||||
color author default default
|
||||
color date green default
|
||||
color main-ref red default
|
||||
color cursor black green
|
||||
|
||||
# UI display settings
|
||||
set tab-size = 2
|
||||
|
||||
# Generic
|
||||
bind generic <Up> move-up
|
||||
bind generic <Down> move-down
|
||||
bind generic <C-Down> next
|
||||
bind generic <C-Up> previous
|
||||
bind generic <Ins> previous
|
||||
bind generic <Del> next
|
||||
Reference in New Issue
Block a user