diff --git a/doc/exchange.txt b/doc/exchange.txt index 9e7b21c..1bf264e 100644 --- a/doc/exchange.txt +++ b/doc/exchange.txt @@ -48,17 +48,25 @@ It should be noted that I don't actually go by that nickname. SETTINGS *exchange-settings* - *g:exchange_no_mappings* -g:exchange_no_mappings ~ - -If this variable is defined, the default keyboard mappings will not be loaded. -You are then free to define your own. The default mappings are as follows: +To change the default mappings, simply provide your own mappings to the +commands below. The default mappings are as follows: nmap cx Exchange vmap cx Exchange nmap cxc ExchangeClear nmap cxx ExchangeLine +For example, to change the mapping for exchanging a line, use the following: + + nmap cX ExchangeLine + +This will use the mapping `cX`, and the default `cxx` will not be mapped. + + *g:exchange_no_mappings* +g:exchange_no_mappings ~ + +If this variable is defined, the default mappings will not be created. + ISSUES AND TODO *exchange-issues* *exchange-todo*