Skip to content

Commit

Permalink
Merge pull request #50 from matsest/help-soft-wrap
Browse files Browse the repository at this point in the history
fix: use soft-wrap to show all help content
  • Loading branch information
dhh committed Jun 10, 2024
2 parents bd0cae7 + 57f84d5 commit d9bd916
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/omakub-help
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
HELP=$(gum choose "Hotkeys" "Commands" "Tactile" --header "What do you need help with?" --height 5 | tr '[:upper:]' '[:lower:]')
[ -n "$HELP" ] && gum pager <$OMAKUB_PATH/help/$HELP.md
[ -n "$HELP" ] && gum pager --soft-wrap <$OMAKUB_PATH/help/$HELP.md
2 changes: 1 addition & 1 deletion help/commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Commands

Omakub installs a host of modern commands that improve on the Linux stables. You should eventually read up on all eza, fzf, zoxide, bat has to offer.But here are the most important ways.
Omakub installs a host of modern commands that improve on the Linux stables. You should eventually read up on all eza, fzf, zoxide, bat has to offer.But here are the most important ways.

| Command | Function |
| ------------------------- | ------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion help/tactile.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ just using the two-way default Gnome tiling. Super+<arrow left> and Super+<arrow
Gnome window tiler, putting the active application on either the left or the right. Super+<arrow up> will
maximize the application. And, finally, F11 takes an application full screen.

But when you are on that big scren, use Tactile with Super+T to bring up the tiling overview. Then press W+S
But when you are on that big screen, use Tactile with Super+T to bring up the tiling overview. Then press W+S
to make the application take up the two center slots. You can also do Super+Q+Q to take up just the Q slot in
the upper left slot. Or even Super+Q+S to take up the four slots on the left of the screen.

Expand Down

0 comments on commit d9bd916

Please sign in to comment.