diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 975946ee..31880ac4 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -3,8 +3,7 @@ fastfetch # pfetch # Options -# setopt correct # Auto correct mistakes -setopt extendedglob # Extended globaling. Allows using regular expressions with * +# setopt correct # Auto correct mistakes setopt extendedglob # Extended globaling. Allows using regular expressions with * setopt nocaseglob # Case insensative globbing setopt numericglobsort # Sort filenames numeracally when it makse sense setopt nobeep # No beep @@ -116,6 +115,8 @@ bindkey -M vicmd '^[[P' vi-delete-char bindkey -M vicmd '^e' edit-command-line bindkey -M visual '^[[P' vi-delete +bindkey -s '^v' '^unvim .\n' + # Aliases alias airpods='bluetoothctl connect C8:B1:CD:E0:14:4F' alias battery='acpi'