From 04d9b667ed87df4355656081ff678b7fd8b837ff Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 2 Feb 2020 13:47:42 +0530 Subject: [PATCH] Remove redundant example --- nnn.1 | 1 - plugins/README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/nnn.1 b/nnn.1 index e4f815d2..38b01750 100644 --- a/nnn.1 +++ b/nnn.1 @@ -291,7 +291,6 @@ used. A single combination of arguments is supported for SHELL and PAGER. ----------------------------------- + ------------------------------------------------- Key:Command | Description ----------------------------------- + ------------------------------------------------- - e:-_vi $nnn* | Edit hovered file in vi k:-_fuser -kiv $nnn* | Interactively kill process(es) using hovered file l:_git log | Show git log n:-_vi /home/user/Dropbox/dir/note* | Take quick notes in a synced file/dir of notes diff --git a/plugins/README.md b/plugins/README.md index d1674555..b8666e64 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -118,7 +118,6 @@ Notes: | Key:Command | Description | |---|---| -| `e:-_vi $nnn*` | Edit hovered file in vi | | `k:-_fuser -kiv $nnn*` | Interactively kill process(es) using hovered file | | `l:_git log` | Show git log | | `n:-_vi /home/user/Dropbox/dir/note*` | Take quick notes in a synced file/dir of notes |