*info.txt* For Vim version 7.3 Last change: 2013-11-15 VIM REFERENCE MANUAL by ccx Help on using info *info* 1. Introduction |info-intro| 2. Usage |info-usage| 2. Configuration |info-configuration| ============================================================================== 1. INTRODUCTION *info-intro* Syntax file and helper functions for browsing GNU info documentation. Associated filetype is "info", you can use |:Info| command to load page or do it manually: > info --subnodes | vim +set\ ft=info\ nomodified - ============================================================================== 2. USAGE *info-usage* :Info {name} Display the desired info page. *:Info* ============================================================================== 3. CONFIGURATION *info-configuration* |g:no_info_maps| If set, no keybindings are overriden. |info-mappings| Default mappings and how to change them. ------------------------------------------------------------------------------ *g:no_info_maps* Values: any ~ Default: undefined ~ Disables overriding mappings for the buffer. mappings are always defined for the buffer. You can also redefine single mappings by defining maps to mapping before the info file is loaded, eg: > nmap n InfoNext You can set your || by assigning a string to a maplocalleader variable: > let maplocalleader = '-' default map user mapping name action ~ --------------------------------------------------------------------- ]] InfoHeadingNext Jump to next heading. [[ InfoHeadingPrev Jump to previous heading. InfoLinkNext Jump to next reference. InfoLinkPrev Jump to previous reference. InfoFollow Follow reference n InfoNext Jump to next node in hierarchy p InfoPrev Jump to previous node u InfoUp Jump to parent node vim:tw=78:ts=8:ft=help:norl: