Skip to content

Commit

Permalink
Add fixed size commands to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
numirias authored Dec 22, 2017
1 parent 6d5770c commit 95d8f6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ keymap = {
'M-x': lazy.layout.grow_width(-30),
'M-S-a': lazy.layout.grow_height(30),
'M-S-x': lazy.layout.grow_height(-30),
'M-C-5': lazy.layout.size(500),
'M-C-8': lazy.layout.size(800),
'M-n': lazy.layout.reset_size(),
}
keys = [EzKey(k, v) for k, v in keymap.items()]
Expand Down

0 comments on commit 95d8f6c

Please sign in to comment.