Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pewpewnor authored Jun 10, 2024
1 parent 819b0c7 commit 9f44a76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Sauce: https://wiki.termux.com/wiki/PRoot

### Common
```
pkg i -y netcat-openbsd socat curl wget grep htop man nano vim zip unzip tar git
pkg i -y netcat-openbsd socat curl wget grep htop man nano vim zip unzip tar git tree
```

### Programming languages
Expand Down Expand Up @@ -102,8 +102,8 @@ nano termux.properties
Copy paste the following lines to the file.
```sh
extra-keys = [ \
['ESC','|','/','HOME','UP','END','PGUP','DEL'], \
['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','BKSP'] \
['ESC','|','/','HOME','UP','END','DEL'], \
['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','BKSP'] \
]
```
Then reload termux settings:
Expand Down

0 comments on commit 9f44a76

Please sign in to comment.