rdesktop alias and vimwiki
This commit is contained in:
parent
acc0aa52ac
commit
95254443b6
2 changed files with 2 additions and 0 deletions
1
shellrc
1
shellrc
|
@ -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
1
vimrc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue