aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-09 08:43:56 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-09 09:15:04 +0530
commit090e55c74ac130926cdc9a8bd707469ca0e12445 (patch)
tree3919bde2a004a9ed080598de202964c145d95794 /src/nnn.h
parent38fe392c4377cf5e755a254a9b6c1226048236d8 (diff)
downloadnnn-090e55c74ac130926cdc9a8bd707469ca0e12445.tar.gz
Revert native trashing
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nnn.h b/src/nnn.h
index d278466..c593685 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -80,7 +80,6 @@ enum action {
SEL_MV,
SEL_RMMUL,
SEL_RM,
- SEL_RMTRASH,
SEL_OPENWITH,
SEL_NEW,
SEL_RENAME,
@@ -207,8 +206,6 @@ static struct key bindings[] = {
{ 'X', SEL_RMMUL },
/* Delete currently selected */
{ CONTROL('X'), SEL_RM },
- /* Clear trash */
- { 'T', SEL_RMTRASH },
/* Open in a custom application */
{ CONTROL('O'), SEL_OPENWITH },
/* Create a new file */