Skip to content

Commit

Permalink
Update suggested keymap in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
numirias committed Dec 11, 2017
1 parent b933ef3 commit e8222b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ keymap = {
'M-A-j': lazy.layout.integrate_down(),
'M-A-k': lazy.layout.integrate_up(),
'M-A-l': lazy.layout.integrate_right(),
'M-d': lazy.layout.split_horizontal(),
'M-v': lazy.layout.split_vertical(),
'M-d': lazy.layout.mode_horizontal(),
'M-v': lazy.layout.mode_vertical(),
'M-S-d': lazy.layout.mode_horizontal_split(),
'M-S-v': lazy.layout.mode_vertical_split(),
'M-a': lazy.layout.grow_width(30),
'M-x': lazy.layout.grow_width(-30),
'M-S-a': lazy.layout.grow_height(30),
Expand Down

0 comments on commit e8222b5

Please sign in to comment.