1
0
Fork 0

rdesktop alias and vimwiki

This commit is contained in:
Von Random 2016-08-23 10:30:40 +03:00
parent acc0aa52ac
commit 95254443b6
2 changed files with 2 additions and 0 deletions

View file

@ -56,6 +56,7 @@ alias less='command less -R'
alias cower='command cower -c'
alias pacman='command pacman --color=auto'
alias rscreen='command screen -Dr'
alias rdesktop='command rdesktop -g1580x860'
alias rgrep='command grep --exclude-dir=\.{svn,git} -R'
alias hist='fc -l 1'
alias beep='printf "\007"'

1
vimrc
View file

@ -86,6 +86,7 @@ if v:version >= 700
Plug 'nvie/vim-togglemouse' "hotkey to toggle mouse
Plug 'vim-airline/vim-airline' "airline
Plug 'vim-airline/vim-airline-themes' "themes for airline
Plug 'vimwiki/vimwiki' "another attempt at doing notebook via vim
" colorschemes
Plug 'vdrandom/forked-solarized.vim'