Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
1buran committed Apr 6, 2024
1 parent 040e748 commit df77b7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ go install github.com/1buran/rhttp@latest
| `Ctl+h` | toggle full help |
| `Ctrl+l` | load session |
| `Ctrl+s` | save session |
| `Ctrl+q`/`Ctrl+c` | quit |
| `Ctrl+q / Ctrl+c` | quit |
| `Ctrl+j` | toggle editor (edit JSON request payload) |
| `Alt+Enter` | save JSON request payload |

Expand All @@ -83,17 +83,17 @@ here they are:

| Keys | Action |
|:-----------------------------------------------|:------------------------------------------|
| `right`/`ctrl+f`, `left`/`ctrl+b` | forward, backward |
| `alt+right`/`alt+f`, `alt+left`/`alt+b` | word forward, word backward |
| `down`/`ctrl+n`, `up`/`ctrl+p` | line next, line previous |
| `alt+backspace`/`ctrl+w`, `alt+delete`/`alt+d` | delete word backward, delete word forward |
| `right / ctrl+f`, `left / ctrl+b` | forward, backward |
| `alt+right / alt+f`, `alt+left / alt+b` | word forward, word backward |
| `down / ctrl+n`, `up / ctrl+p` | line next, line previous |
| `alt+backspace / ctrl+w`, `alt+delete / alt+d` | delete word backward, delete word forward |
| `ctrl+k`, `ctrl+u` | delete after cursor, delete before cursor |
| `enter`/`ctrl+m` | insert new line |
| `enter / ctrl+m` | insert new line |
| `backspace` | delete character backward |
| `delete` | delete character forward |
| `home`/`ctrl+a`, `end`/`ctrl+e` | line start, line end |
| `home / ctrl+a`, `end / ctrl+e` | line start, line end |
| `ctrl+v` (depends on your terminal settings) | paste |
| `alt+<`/`ctrl+home`, `alt+>`/`ctrl+end` | input begin, input end |
| `alt+< / ctrl+home`, `alt+> / ctrl+end` | input begin, input end |
| `alt+c`, `alt+l`, `alt+u` | capitalize, lowercase and uppercase word |
| `ctrl+t` | transpose character backward |

Expand Down

0 comments on commit df77b7c

Please sign in to comment.