Skip to content

Commit

Permalink
Add docs for <, >, Left and Right
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaIvanovV committed Jun 9, 2022
1 parent 436496d commit 6a90ae4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/ictree.1
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ Move cursor down 1 line
Move cursor up 1 line
.PP
.TP
.BR l ,\ <Right>
.BR l ,\ >
Scroll right
.PP
.TP
.BR h ,\ <Left>
.BR h ,\ <
Scroll left
.PP
.TP
Expand Down Expand Up @@ -164,6 +164,14 @@ Fold selected item and move cursor down 1 line
Go to parent item and fold it
.PP
.TP
.BR <Right>
If selected item is folded, unfold it; otherwise go to first child item
.PP
.TP
.BR <Left>
If selected item is unfolded, fold it; otherwise go to parent item
.PP
.TP
.BR /
Search forward for pattern
.PP
Expand Down

0 comments on commit 6a90ae4

Please sign in to comment.