diff options
-rwxr-xr-x | bin/bin/keyboard | 1 | ||||
-rw-r--r-- | zsh/.zsh/plugins | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/bin/keyboard b/bin/bin/keyboard index 53f4df9..ec11f7b 100755 --- a/bin/bin/keyboard +++ b/bin/bin/keyboard @@ -33,7 +33,6 @@ xmodmap -e "keysym XF86Eject = Insert" # Xcape settings killall -9 xcape -xcape -e 'Mode_switch=u' xcape -e 'Control_L=Escape' xcape -e 'Super_L=space' xcape -e 'Alt_L=Tab' diff --git a/zsh/.zsh/plugins b/zsh/.zsh/plugins index 7c86956..649f00d 100644 --- a/zsh/.zsh/plugins +++ b/zsh/.zsh/plugins @@ -22,11 +22,11 @@ if ! zgen saved; then # Other plugins zgen load rupa/z zgen load djui/alias-tips - zgen load tarruda/zsh-autosuggestions # zsh-users plugins zgen load zsh-users/zsh-completions src zgen load zsh-users/zsh-syntax-highlighting + zgen load zsh-users/zsh-autosuggestions # Save all to init script zgen save |