-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcd7bd8
commit 7c62a5a
Showing
8 changed files
with
70 additions
and
42 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# THIS IS EXPERIMENTAL | ||
# the config file schema may change at any time | ||
|
||
style: | ||
tag: | ||
color: cyan # text color. possible values: https://bit.ly/3gloNNI | ||
width_percentage: 26 # column width relative to the terminal window | ||
min_width: 20 # minimum column width as number of characters | ||
comment: | ||
color: blue | ||
width_percentage: 42 | ||
min_width: 45 | ||
snippet: | ||
color: white | ||
|
||
finder: | ||
command: fzf # equivalent to the --finder option | ||
# overrides: --tac # equivalent to the --fzf-overrides option | ||
# overrides_var: --tac # equivalent to the --fzf-overrides-var option | ||
|
||
# cheats: | ||
# path: /path/to/some/dir # equivalent to the --path option | ||
|
||
# search: | ||
# tags: git,!checkout # equivalent to the --tag-rules option | ||
|
||
shell: | ||
command: bash # shell used for shell out. possible values: bash, zsh, dash, ... |
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
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
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
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
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
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
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