diff --git a/doc/latex.txt b/doc/latex.txt index 6497109..bc68506 100644 --- a/doc/latex.txt +++ b/doc/latex.txt @@ -134,37 +134,37 @@ convenience to list all the defined mappings, and it is by default mapped to 'lh'. The default mappings may be disabled with the option |g:latex_mappings_enabled|, if the user wishes to create his own mappings. -n % *@:call latex#motion#find_matching_pair() -v % *@:call latex#motion#find_matching_pair(1) -o % *@:normal v% +n % *@:call latex#motion#find_matching_pair() +v % *@:call latex#motion#find_matching_pair(1) +o % *@:normal v% -v a$ *@:call latex#motion#select_inline_math() -v i$ *@:call latex#motion#select_inline_math(1) -o a$ *@:normal va$ -o i$ *@:normal vi$ +v a$ *@:call latex#motion#select_inline_math() +v i$ *@:call latex#motion#select_inline_math(1) +o a$ *@:normal va$ +o i$ *@:normal vi$ -v ae *@:call latex#motion#select_environment() -v ie *@:call latex#motion#select_environment(1) -o ae *@:normal vae -o ie *@:normal vie +v ae *@:call latex#motion#select_environment() +v ie *@:call latex#motion#select_environment(1) +o ae *@:normal vae +o ie *@:normal vie -v ad *@:call latex#motion#select_delimiter() -v id *@:call latex#motion#select_delimiter(1) -o ad *@:normal va( -o id *@:normal vi( +v ad *@:call latex#motion#select_delimiter() +v id *@:call latex#motion#select_delimiter(1) +o ad *@:normal va( +o id *@:normal vi( -n [[ *@:call latex#motion#next_sec(0,1,0) -n [] *@:call latex#motion#next_sec(1,1,0) -n ][ *@:call latex#motion#next_sec(1,0,0) -n ]] *@:call latex#motion#next_sec(0,0,0) -v [[ *@:call latex#motion#next_sec(0,1,1) -v [] *@:call latex#motion#next_sec(1,1,1) -v ][ *@:call latex#motion#next_sec(1,0,1) -v ]] *@:call latex#motion#next_sec(0,0,1) -o [[ *@:normal v[[ -o [] *@:normal v[] -o ][ *@:normal v][ -o ]] *@:normal v]] +n [[ *@:call latex#motion#next_sec(0,1,0) +n [] *@:call latex#motion#next_sec(1,1,0) +n ][ *@:call latex#motion#next_sec(1,0,0) +n ]] *@:call latex#motion#next_sec(0,0,0) +v [[ *@:call latex#motion#next_sec(0,1,1) +v [] *@:call latex#motion#next_sec(1,1,1) +v ][ *@:call latex#motion#next_sec(1,0,1) +v ]] *@:call latex#motion#next_sec(0,0,1) +o [[ *@:normal v[[ +o [] *@:normal v[] +o ][ *@:normal v][ +o ]] *@:normal v]] n li *@:call latex#info() n lh *@:call latex#help() @@ -181,27 +181,11 @@ n lG *@:call latex#latexmk#status(1) n lc *@:call latex#latexmk#clean() n lC *@:call latex#latexmk#clean(1) -n li *@:call latex#info() -n lh *@:call latex#help() -n lv *@:call latex#view() -n lR *@:call latex#reinit() -n lt *@:call latex#toc#open() -n lT *@:call latex#toc#toggle() -n ll *@:call latex#latexmk#compile() -n lk *@:call latex#latexmk#stop(1) -n lK *@:call latex#latexmk#stop_all() -n le *@:call latex#latexmk#errors() -n lg *@:call latex#latexmk#status() -n lG *@:call latex#latexmk#status(1) -n lc *@:call latex#latexmk#clean() -n lC *@:call latex#latexmk#clean(1) - n zx *@:call latex#fold#refresh()zx -n dse *@:call latex#change#env('') -n cse *@:call latex#change#env_prompt() -n tse *@:call latex#change#env_toggle_star() +n dse *@:call latex#change#env('') +n cse *@:call latex#change#env_prompt() n tse *@:call latex#change#env_toggle_star() -n tsd *@:call latex#change#delim_toggle() +n tsd *@:call latex#change#delim_toggle() ============================================================================== OPTIONS *vim-latex-options*