Remove redundant example

This commit is contained in:
Arun Prakash Jana 2020-02-02 13:47:42 +05:30
parent 840b4a01a0
commit 04d9b667ed
No known key found for this signature in database
GPG key ID: A75979F35C080412
2 changed files with 0 additions and 2 deletions

1
nnn.1
View file

@ -291,7 +291,6 @@ used. A single combination of arguments is supported for SHELL and PAGER.
----------------------------------- + ------------------------------------------------- ----------------------------------- + -------------------------------------------------
Key:Command | Description Key:Command | Description
----------------------------------- + ------------------------------------------------- ----------------------------------- + -------------------------------------------------
e:-_vi $nnn* | Edit hovered file in vi
k:-_fuser -kiv $nnn* | Interactively kill process(es) using hovered file k:-_fuser -kiv $nnn* | Interactively kill process(es) using hovered file
l:_git log | Show git log l:_git log | Show git log
n:-_vi /home/user/Dropbox/dir/note* | Take quick notes in a synced file/dir of notes n:-_vi /home/user/Dropbox/dir/note* | Take quick notes in a synced file/dir of notes

View file

@ -118,7 +118,6 @@ Notes:
| Key:Command | Description | | Key:Command | Description |
|---|---| |---|---|
| `e:-_vi $nnn*` | Edit hovered file in vi |
| `k:-_fuser -kiv $nnn*` | Interactively kill process(es) using hovered file | | `k:-_fuser -kiv $nnn*` | Interactively kill process(es) using hovered file |
| `l:_git log` | Show git log | | `l:_git log` | Show git log |
| `n:-_vi /home/user/Dropbox/dir/note*` | Take quick notes in a synced file/dir of notes | | `n:-_vi /home/user/Dropbox/dir/note*` | Take quick notes in a synced file/dir of notes |