dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit c7f2fff8e4ea445ba10c61bbdaec6e34fb13bd98
parent 4c00bfa0e414c405bc9d8b18d8a3affdd209ff19
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat,  6 Feb 2021 23:32:16 -0800

zsh delete-key fix, kitty changes

Diffstat:
M.config/kitty/kitty.conf | 2+-
M.config/zsh/zshrc | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf @@ -629,7 +629,7 @@ background #000000 #: The foreground and background colors -background_opacity 0.5 +background_opacity 0.8 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc @@ -64,6 +64,7 @@ bindkey "^[[1;5C" forward-word bindkey "^[[1;5D" backward-word bindkey '^[[P' delete-char +bindkey '^[[3~' delete-char HISTSIZE=10000 SAVEHIST=10000