mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-27 01:01:05 +00:00
Add gnvim abbr
This commit is contained in:
parent
97f995addc
commit
3d101a3954
1 changed files with 2 additions and 0 deletions
|
@ -12,7 +12,9 @@ if status is-interactive
|
|||
# Abbreviations
|
||||
## Replacements
|
||||
abbr -a -g rm trash
|
||||
# TODO: Remove temporal nvim path
|
||||
abbr -a -g nvim /home/mo/bin/nvim/bin/nvim
|
||||
abbr -a -g gnvim /home/mo/bin/Goneovim/goneovim --maximized --nvim /home/mo/bin/nvim/bin/nvim
|
||||
|
||||
## Safety options
|
||||
abbr -a -g cp "cp -i"
|
||||
|
|
Loading…
Reference in a new issue