alacritty moved to dir + themes submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -5,3 +5,6 @@
|
|||||||
[submodule "dotbot-asdf"]
|
[submodule "dotbot-asdf"]
|
||||||
path = dotbot-asdf
|
path = dotbot-asdf
|
||||||
url = https://github.com/sobolevn/dotbot-asdf.git
|
url = https://github.com/sobolevn/dotbot-asdf.git
|
||||||
|
[submodule "alacritty/themes"]
|
||||||
|
path = alacritty/themes
|
||||||
|
url = https://github.com/alacritty/alacritty-theme.git
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ color = "0xffffff"
|
|||||||
duration = 0
|
duration = 0
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = false
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style = "Block"
|
style = "Block"
|
||||||
@@ -87,6 +87,7 @@ unfocused_hollow = true
|
|||||||
|
|
||||||
[keyboard]
|
[keyboard]
|
||||||
bindings = [
|
bindings = [
|
||||||
|
{ key = "A", mods = "Command", chars = "\u0001" },
|
||||||
{ key = "C", mods = "Command", chars = "\u0003" },
|
{ key = "C", mods = "Command", chars = "\u0003" },
|
||||||
{ key = "D", mods = "Command", chars = "\u0004" },
|
{ key = "D", mods = "Command", chars = "\u0004" },
|
||||||
{ key = "E", mods = "Command", chars = "\u0005" },
|
{ key = "E", mods = "Command", chars = "\u0005" },
|
||||||
1
alacritty/themes
Submodule
1
alacritty/themes
Submodule
Submodule alacritty/themes added at 86c578469e
@@ -10,7 +10,7 @@
|
|||||||
~/.zshrc: shell/zsh/zshrc
|
~/.zshrc: shell/zsh/zshrc
|
||||||
~/.bashrc: shell/bash/bashrc
|
~/.bashrc: shell/bash/bashrc
|
||||||
~/.config/nvim: nvim
|
~/.config/nvim: nvim
|
||||||
~/.alacritty.toml: conf/alacritty.toml
|
~/.config/alacritty: alacritty
|
||||||
|
|
||||||
- asdf:
|
- asdf:
|
||||||
- plugin: vim
|
- plugin: vim
|
||||||
|
|||||||
Reference in New Issue
Block a user