nvim lsp improvements, changed back to alacritty and added tmux sessionizer

This commit is contained in:
Tiago Sousa 2024-01-30 23:16:02 +00:00
parent 6eeb393859
commit 184e72e8af
18 changed files with 71 additions and 3745 deletions

View file

@ -1,8 +1,10 @@
# Alias File
alias vim="nvim"
alias ls="exa --icons"
alias ls="exa --icons"
alias tree="exa --icons --tree"
# Package manager aliases
alias pac="sudo pacman"

View file

@ -10,7 +10,7 @@ export PAGER="bat"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CACHE_HOME="$HOME/.cache"
export GOPATH="$XDG_DATA_HOME/go"
@ -18,8 +18,10 @@ export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export MANROFFOPT="-c"
source $XDG_CONFIG_HOME/fish/aliasrc
bind \cf $XDG_DATA_HOME/scripts/tmux-sessionizer.sh
fish_vi_key_bindings
fish_default_key_bindings
#fish_vi_key_bindings
bind \cH backward-kill-path-component
bind "[3;5~" kill-word

View file

@ -31,7 +31,7 @@ SETUVAR fish_color_selection:\x2d\x2dbackground\x3d363a4f
SETUVAR fish_color_status:ed8796
SETUVAR fish_color_user:8bd5ca
SETUVAR fish_color_valid_path:\x2d\x2dunderline
SETUVAR fish_key_bindings:fish_vi_key_bindings
SETUVAR fish_key_bindings:fish_default_key_bindings
SETUVAR fish_pager_color_background:\x1d
SETUVAR fish_pager_color_completion:cad3f5
SETUVAR fish_pager_color_description:6e738d