From 32e5e924bc5b3e3ace18d7f5fd28c18910dc9f7f Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 20 Apr 2020 19:17:12 -0600 Subject: [PATCH] fish: don't use these bindings anymore --- fish/bindings | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fish/bindings b/fish/bindings index e8b8436..bda44b5 100644 --- a/fish/bindings +++ b/fish/bindings @@ -1,9 +1,5 @@ #!/usr/bin/env fish -bind --user \ch backward-char -bind --user \cl forward-char -bind --user \cj down-or-search -bind --user \ck up-or-search bind --user \cg echo\ -n\ \(clear\ \|\ string\ replace\ \\e\\\[3J\ \"\"\)\;\ commandline\ -f\ repaint ## EOF