This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# some more ls aliases | |
alias ll='ls -lF' | |
alias la='ls -A' | |
alias l='ls -CF' | |
alias j="jobs" | |
alias findpy='find -name "*.py"' | |
alias diff='colordiff' | |
alias svndiff='svn diff --diff-cmd=colordiff' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" source /etc/vimrc | |
" An example for a gvimrc file. | |
" The commands in this are executed when the GUI is started. | |
" | |
" Maintainer: Bram Moolenaar <[email protected]> | |
" Last change: 2001 Sep 02 | |
" | |
" To use it, copy it to | |
" for Unix and OS/2: ~/.gvimrc | |
" for Amiga: s:.gvimrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##display status line | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' | |
##my key binding | |
### ^a ' ' 自动进入copy/scroll模式,方便滚动,复制 |
NewerOlder