From 809afdba74d7f18b6eddb09761be4ec1aaeef593 Mon Sep 17 00:00:00 2001 From: VehementHam <75701545+VehementHam@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:26:29 -0500 Subject: [PATCH] "Nice typos" --- ultramarine/shell-config/ultramarine-shell.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultramarine/shell-config/ultramarine-shell.zsh b/ultramarine/shell-config/ultramarine-shell.zsh index 143da4f..23f0254 100644 --- a/ultramarine/shell-config/ultramarine-shell.zsh +++ b/ultramarine/shell-config/ultramarine-shell.zsh @@ -14,7 +14,7 @@ bindkey "^[[1;5C" forward-word bindkey '^H' backward-kill-word bindkey '^[[3;5~' kill-word -# ALt + Backspack/Delete Keybinds +# ALt + Backspace/Delete Keybinds bindkey "^[[3~" delete-char bindkey -M emacs '^[[3;3~' kill-word