Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Nov 20, 2023
1 parent aa4aa4a commit 47e879f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
18 changes: 4 additions & 14 deletions .config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import = ["/Users/skutsuza/.config/alacritty/tokyo-night.toml"]
import = ["~/.config/alacritty/tokyo-night.toml"]

[env]
TERM = "xterm-256color"
Expand All @@ -21,12 +21,12 @@ style = "Regular"

[[keyboard.bindings]]
chars = "¥"
key = "Yen"
key = "¥"
mods = "Alt"

[[keyboard.bindings]]
chars = '\'
key = "Yen"
key = "¥"

[[keyboard.bindings]]
chars = "\u001Ba"
Expand Down Expand Up @@ -343,16 +343,6 @@ chars = "\u0000"
key = "Space"
mods = "Control"

[[keyboard.bindings]]
chars = "\u001B`"
key = "Grave"
mods = "Alt"

[[keyboard.bindings]]
chars = "\u001B~"
key = "Grave"
mods = "Alt|Shift"

[[keyboard.bindings]]
chars = "\u001B."
key = "Period"
Expand Down Expand Up @@ -405,7 +395,7 @@ mods = "Alt|Shift"

[shell]
args = ["-u"]
program = "/opt/homebrew/bin/tmux"
program = "/usr/local/bin/tmux"

[window]
decorations = "full"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ node_modules/
.jupyter/migrated
.zsh/Completion/_*
.config/nvim/.luarc.json
.tmux/plugins/*
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
ignore = dirty
2 changes: 1 addition & 1 deletion .tmux/plugins/tpm

0 comments on commit 47e879f

Please sign in to comment.