aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-27 18:29:46 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-27 18:29:46 +0530
commit338b3be7071a164289639cec7bde305ffcc51891 (patch)
tree5fa06ed56f38b7e2676930e92e4e0a9ca6b40c54 /src/nnn.h
parent06ff738b4c569819fb40ea41df7b0e9c5853fa4b (diff)
downloadnnn-338b3be7071a164289639cec7bde305ffcc51891.tar.gz
Remove file path quoting
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 0f82937..f6c8a14 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -75,7 +75,6 @@ enum action {
SEL_MV,
SEL_RMMUL,
SEL_RM,
- SEL_QUOTE,
SEL_OPEN,
SEL_NEW,
SEL_RENAME,
@@ -210,8 +209,6 @@ static struct key bindings[] = {
{ 'X', SEL_RMMUL, "", "" },
/* Delete currently selected */
{ CONTROL('X'), SEL_RM, "", "" },
- /* Toggle quote on while copy */
- { CONTROL('T'), SEL_QUOTE, "", "" },
/* Open in a custom application */
{ CONTROL('O'), SEL_OPEN, "", "" },
/* Create a new file */