diff --git a/doc/dwm.txt b/doc/dwm.txt index 7294db5..5aa831c 100644 --- a/doc/dwm.txt +++ b/doc/dwm.txt @@ -81,6 +81,24 @@ mapped: Shrink Master Pane Width +Change default keybindings: +If you need to change the default mappings, you may do so in your ~/.vimrc. +> + " Use ^I/^U to grow/shrink master + nmap DWMGrowMaster + nmap DWMShrinkMaster +< + +Available options: + DWMRotateCounterClockwise + DWMRotateClockwise + DWMNew + DWMClose + DWMFocus + DWMGrowMaster + DWMShrinkMaster + + ============================================================================== OPTIONS *dwm-options*