summaryrefslogtreecommitdiffstats
path: root/config/helix/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/helix/config.toml')
-rw-r--r--config/helix/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index bbc6cde..64e0726 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -8,6 +8,7 @@ color-modes = true
[keys.normal]
tab = ":w"
"|" = ":q"
+"\\" = "shell_pipe"
"C-d" = ":buffer-close"