Emacs Tutorial
ctags
cscope
cflow
calltree
zt Like "z<CR>", but leave the cursor in the same
column. {not in Vi}
zz Like "z.", but leave the cursor in the same column.
Careful: If caps-lock is on, this command becomes
"ZZ": write buffer and exit! {not in Vi}
zb Like "z-", but leave the cursor in the same column.
{not in Vi}
~/.vimrc
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'vimwiki'
Plugin 'sotte/presenting.vim'
Plugin 'plantuml-syntax'
Plugin 'L9'
Plugin 'Conque-Shell'
Plugin 'Mark'
Plugin 'pathogen.vim'
Plugin 'mileszs/ack.vim'
Plugin 'c.vim'
Plugin 'git://git.wincent.com/command-t.git'
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
Your first experience with Vim scripts is the vimrc file. Syntax files are also Vim scripts.
colon command: commands that start with a “:”; these are sometimes referred to as Ex commands or command-line commands.
Quick way to learn vim script
:h script
Let’s start with a simple example:
:let i = 1
:while i < 5
: echo "count is" i
: let i += 1
:endwhile You can try out the examples by yanking the lines from the text here and executing them with :@"
The “:while” command starts a loop. The generic form is:
:while {condition}
: {statements}
:endwhile
These variables are global. To see a list of currently defined variables use this command: > :let
let @"=expand("%:p")
:h tutor
The TaskJuggler Project Management Software
How to push employees use free sofeware instead of commecial sofeware(payware)?
Answer1: uninstall ******
Answer2: pay ******
Thanks!