=== modified file 'doc/info.txt' --- doc/info.txt 2013-11-15 12:23:41 +0000 +++ doc/info.txt 2013-11-15 12:13:11 +0000 @@ -7,37 +7,31 @@ 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: > +Associated filetype is "info", you'll have to set that yourself for now. +You can use: > info --subnodes | vim +set\ ft=info\ nomodified - -============================================================================== - 2. USAGE *info-usage* - -:Info {name} Display the desired info page. *:Info* - -============================================================================== - 3. CONFIGURATION *info-configuration* +To get your desired infopage in vim. Parsing .info files and better navigation +is TBD. + +============================================================================== + 2. 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 +Disables overriding mappings for the buffer. You can also redefine single mappings by defining maps to mapping before the info file is loaded, eg: >