Improve vim stuff
This commit is contained in:
parent
5216b386c3
commit
68a92323e4
5 changed files with 8 additions and 2797 deletions
|
@ -41,7 +41,7 @@ alias j='jump'
|
|||
|
||||
alias keepass-unlock='(pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx)'
|
||||
|
||||
alias less='less -FS'
|
||||
alias less='less -FS -x4'
|
||||
alias ls='ls -lFh --color=auto'
|
||||
alias lsblk='lsblk -o +PARTLABEL,FSTYPE,UUID'
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
|
|||
|
||||
export TERMINAL="alacritty"
|
||||
|
||||
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
||||
export VIMINIT="if has('nvim') | source $XDG_CONFIG_HOME/nvim/init.lua | else | source $XDG_CONFIG_HOME/vim/vimrc | endif"
|
||||
|
||||
export WOODPECKER_SERVER="https://ci.serguzim.me"
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -54,7 +54,6 @@ syntax on
|
|||
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
|
||||
set modeline
|
||||
set laststatus=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue