=== modified file 'doc/info.txt' --- doc/info.txt 2013-11-15 12:13:11 +0000 +++ doc/info.txt 2013-11-15 10:11:00 +0000 @@ -24,33 +24,20 @@ ============================================================================== 2. CONFIGURATION *info-configuration* -|g:no_info_maps| If set, no keybindings are overriden. +|'g:no_info_maps'| If set, no keybindings are defined. ------------------------------------------------------------------------------ - *g:no_info_maps* + *'g:no_info_maps'* Values: any ~ Default: undefined ~ -Disables overriding mappings 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 +Unless this variable is defined, following buffer-local normal-mode +keybindings are defined: + +- ]] Jump to next heading. +- [[ Jump to previous heading. +- Jump to next reference. +- Jump to previous reference. +- Follow reference vim:tw=78:ts=8:ft=help:norl: