Last active
July 28, 2021 07:45
-
-
Save ivangabriele/1d6fc822b4d3dd0af87646688fde3d33 to your computer and use it in GitHub Desktop.
My custom Tabby configuration.
This file contains hidden or 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
version: 3 | |
terminal: | |
searchOptions: {} | |
colorScheme: | |
name: ayu | |
foreground: '#e6e1cf' | |
background: '#0f1419' | |
cursor: '#f29718' | |
colors: | |
- '#000000' | |
- '#ff3333' | |
- '#b8cc52' | |
- '#e7c547' | |
- '#36a3d9' | |
- '#f07178' | |
- '#95e6cb' | |
- '#ffffff' | |
- '#323232' | |
- '#ff6565' | |
- '#eafe84' | |
- '#fff779' | |
- '#68d5ff' | |
- '#ffa3aa' | |
- '#c7fffd' | |
- '#ffffff' | |
bell: visual | |
profile: local:git-bash | |
hotkeys: | |
profile: {} | |
split-bottom: | |
- - Ctrl-E | |
clear: | |
- - Ctrl-L | |
new-tab: | |
- - Ctrl-T | |
split-right: | |
- - Ctrl-D | |
close-pane: | |
- - Ctrl-W | |
pane-nav-up: | |
- - Ctrl-Up | |
pane-nav-down: | |
- - Ctrl-Down | |
pane-nav-left: | |
- - Ctrl-Left | |
pane-nav-right: | |
- - Ctrl-Right | |
pane-nav-next: [] | |
pane-nav-previous: [] | |
switch-profile: [] | |
pane-maximize: [] | |
pane-focus-all: [] | |
zoom-in: | |
- - Ctrl-= | |
zoom-out: | |
- Ctrl-- | |
search: | |
- - Ctrl-F | |
previous-tab: | |
- - Ctrl-Shift-Tab | |
next-tab: | |
- - Ctrl-Tab | |
serial: [] | |
settings: [] | |
ssh: {} | |
appearance: | |
vibrancy: false | |
enableWelcomeTab: false | |
recentProfiles: | |
- id: local:git-bash | |
type: local | |
name: Git-Bash | |
icon: >- | |
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" | |
class="svg-inline--fa fa-git-alt fa-w-14 fa-3x" data-icon="git-alt" | |
data-prefix="fab" focusable="false" role="img" viewBox="0 0 448 512"><path | |
fill="#f05033" stroke="none" stroke-width="1" d="M439.55 236.05L244 | |
40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 | |
16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 | |
26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 | |
55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 | |
11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 | |
28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 | |
0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg> | |
options: | |
command: C:\Program Files\Git\bin\bash.exe | |
args: | |
- '--login' | |
- '-i' | |
env: | |
TERM: cygwin | |
cwd: C:\Users\ivang\Workspace\ivangabriele\nft-minter | |
isBuiltin: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment