mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Add neovim shortcut
This commit is contained in:
parent
848d19f052
commit
2b7ec56c42
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user