Add neovim shortcut

This commit is contained in:
Kristofers Solo 2022-07-20 20:33:59 +03:00
parent 848d19f052
commit 2b7ec56c42

View File

@ -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'