Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
modify key mapping description
  • Loading branch information
simeji committed Dec 31, 2015
1 parent 2723863 commit 86ef85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ You can change setting and key mappings by using below options.(in your vimrc)
|g:winresizer_vert_resize|10|The change width of window size when `left` or `right` key is pressed|
|g:winresizer_horiz_resize|3|The change height of window size when `down` or `up` key is pressed|
|g:winresizer_start_key|`Ctrl + e`|Start window resize mode|
|g:winresizer_gui_start_key|`Ctrl + a`|Start window resize mode|
|g:winresizer_gui_start_key|`Ctrl + a`|Start window resize mode (in GUI Vim)|
|g:winresizer_keycode_left|104(`h`)|Expand window size to left|
|g:winresizer_keycode_right|108(`l`)|Expand window size to right|
|g:winresizer_keycode_down|106(`j`)|Expand window size to down|
Expand Down

0 comments on commit 86ef85b

Please sign in to comment.