diff --git a/global/.zshrc b/global/.zshrc index 1fbee0d..4450af6 100644 --- a/global/.zshrc +++ b/global/.zshrc @@ -123,3 +123,6 @@ export PATH="$VOLTA_HOME/bin:$PATH" source $HOME/.zshrc-additional source $HOME/.zshrc-secrets + +# https://github.com/nvbn/thefuck +eval $(thefuck --alias) diff --git a/linux/.config/alacritty/keybindings.toml b/linux/.config/alacritty/keybindings.toml index ac45a10..5a537ae 100644 --- a/linux/.config/alacritty/keybindings.toml +++ b/linux/.config/alacritty/keybindings.toml @@ -2,8 +2,8 @@ bindings = [ {key = "W", mods = "Alt", chars = "\u001BW" }, {key = "X", mods = "Alt", chars = "\u001BX" }, - {key = 27, mods = "Command|Shift", chars = "\u001Bn" }, - {key = 26, mods = "Command|Shift", chars = "\u001Bp" }, + {key = 27, mods = "Alt|Shift", chars = "\u001Bn" }, + {key = 26, mods = "Alt|Shift", chars = "\u001Bp" }, {key = "Z", mods = "Alt", chars = "\u0001w" }, # tmux resurrect plugin {key = "R", mods = "Alt", chars = "\u0001\u0012" },