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
|
# pfetch
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
# setopt correct # Auto correct mistakes
|
# setopt correct # Auto correct mistakes setopt extendedglob # Extended globaling. Allows using regular expressions with *
|
||||||
setopt extendedglob # Extended globaling. Allows using regular expressions with *
|
|
||||||
setopt nocaseglob # Case insensative globbing
|
setopt nocaseglob # Case insensative globbing
|
||||||
setopt numericglobsort # Sort filenames numeracally when it makse sense
|
setopt numericglobsort # Sort filenames numeracally when it makse sense
|
||||||
setopt nobeep # No beep
|
setopt nobeep # No beep
|
||||||
@ -116,6 +115,8 @@ bindkey -M vicmd '^[[P' vi-delete-char
|
|||||||
bindkey -M vicmd '^e' edit-command-line
|
bindkey -M vicmd '^e' edit-command-line
|
||||||
bindkey -M visual '^[[P' vi-delete
|
bindkey -M visual '^[[P' vi-delete
|
||||||
|
|
||||||
|
bindkey -s '^v' '^unvim .\n'
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias airpods='bluetoothctl connect C8:B1:CD:E0:14:4F'
|
alias airpods='bluetoothctl connect C8:B1:CD:E0:14:4F'
|
||||||
alias battery='acpi'
|
alias battery='acpi'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user