From 7e8e96548e22fed3a890d2c7d118f278c58ba041 Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 1 Jan 2022 14:40:25 +0800 Subject: [PATCH] [feat] update zsh bindkey --- alacritty/alacritty.yml | 2 +- zsh/20_keybind.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 4b7e9d6..95cac42 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -150,7 +150,7 @@ font: #style: Bold Italic # Point size - size: 12.0 + size: 10.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter diff --git a/zsh/20_keybind.zsh b/zsh/20_keybind.zsh index e3ca6c8..943a237 100644 --- a/zsh/20_keybind.zsh +++ b/zsh/20_keybind.zsh @@ -4,7 +4,7 @@ bindkey -v autoload -U edit-command-line zle -N edit-command-line -bindkey ',' autosuggest-accept +bindkey '^[,' autosuggest-accept bindkey -M viins '^X^E' edit-command-line # Add emacs-like keybind to viins mode