mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 01:48:59 +00:00
feat(config): add vim config (#61)
* feat: vim config * fix: nvim was getting vimrc config * chore: cleanup, cr fix * feat(config): add config/fish/alias.fish
This commit is contained in:
@@ -7,6 +7,8 @@ x-have eza && {
|
||||
alias ls="eza -h -s=type --git --icons --group-directories-first"
|
||||
}
|
||||
|
||||
alias vim='vim -u "$XDG_CONFIG_HOME/vim/vimrc"'
|
||||
|
||||
# Easier navigation: .., ..., ....
|
||||
alias ..="cd .."
|
||||
alias ...="cd ../.."
|
||||
|
||||
Reference in New Issue
Block a user