|
|
|
@ -64,6 +64,7 @@ alias mpdr="\mpd $SHELLRC/etc/media/mpd/mpd_remote.conf" #noindex |
|
|
|
alias vi="nvim -u NONE" #noindex |
|
|
|
alias vi="nvim -u NONE" #noindex |
|
|
|
# alias vim="vim -N -i $SHELLRC/var/vim/viminfo -p $*" #noindex |
|
|
|
# alias vim="vim -N -i $SHELLRC/var/vim/viminfo -p $*" #noindex |
|
|
|
alias vim="nvim -i $SHELLRC/var/vim/nviminfo -p $*" #noindex |
|
|
|
alias vim="nvim -i $SHELLRC/var/vim/nviminfo -p $*" #noindex |
|
|
|
|
|
|
|
alias vimdiff="nvim -i $SHELLRC/var/vim/nviminfo -d $*" #noindex |
|
|
|
alias lsi="TERM=xterm-256color lsi" #noindex |
|
|
|
alias lsi="TERM=xterm-256color lsi" #noindex |
|
|
|
alias mutt="TERM=xterm-256color neomutt -F $SHELLRC/etc/mail/mutt/muttrc && echo "0" > $MD/new" #noindex |
|
|
|
alias mutt="TERM=xterm-256color neomutt -F $SHELLRC/etc/mail/mutt/muttrc && echo "0" > $MD/new" #noindex |
|
|
|
alias screen="TERM=rxvt-256color screen" #noindex |
|
|
|
alias screen="TERM=rxvt-256color screen" #noindex |
|
|
|
@ -204,13 +205,13 @@ phps() { |
|
|
|
################################################################################ |
|
|
|
################################################################################ |
|
|
|
|
|
|
|
|
|
|
|
#- Vim |
|
|
|
#- Vim |
|
|
|
alias :e="vim" #noindex |
|
|
|
alias :e="nvim" #noindex |
|
|
|
|
|
|
|
|
|
|
|
#- Написание текстов в Vim |
|
|
|
#- Написание текстов в Vim |
|
|
|
write() { |
|
|
|
write() { |
|
|
|
# urxvtc -fn 'xft:TrixiePro:pixelsize=20' \ |
|
|
|
# urxvtc -fn 'xft:TrixiePro:pixelsize=20' \ |
|
|
|
# -e bash -c "vim '+colorscheme $1' '+Goyo 60%' $2" |
|
|
|
# -e bash -c "vim '+colorscheme $1' '+Goyo 60%' $2" |
|
|
|
xst -f 'TrixiePro:pixelsize=22' \ |
|
|
|
xst -f 'TrixiePro:pixelsize=24' \ |
|
|
|
-e bash -c "nvim '+colorscheme $1' '+Goyo 60%' $2" |
|
|
|
-e bash -c "nvim '+colorscheme $1' '+Goyo 60%' $2" |
|
|
|
} |
|
|
|
} |
|
|
|
alias :w="write OneHalfDark" #noindex |
|
|
|
alias :w="write OneHalfDark" #noindex |
|
|
|
|