summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 11:04:04 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 11:04:04 -0400
commit9d472a7705b45f02d38a9c9c61fc813cfb917cde (patch)
treeab854e3bcdf1b2dd2d4276fe59b80b73dc9e344f /config
parent1760fd56bca061a0258a4f92d369870095f1cd28 (diff)
downloadconf-9d472a7705b45f02d38a9c9c61fc813cfb917cde.tar.gz
conf-9d472a7705b45f02d38a9c9c61fc813cfb917cde.zip
restore a shell_pipe keybinding
since i overwrote it with my quit binding
Diffstat (limited to 'config')
-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"