From e5a06fa2180fd3ba2f86172be8fddd469425749b Mon Sep 17 00:00:00 2001 From: toonn Date: Fri, 19 Feb 2021 19:30:03 +0100 Subject: shell_automatic_cd: Fix function name in bind command --- examples/shell_automatic_cd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/shell_automatic_cd.sh b/examples/shell_automatic_cd.sh index 391946c7..6158f74a 100644 --- a/examples/shell_automatic_cd.sh +++ b/examples/shell_automatic_cd.sh @@ -19,5 +19,5 @@ ranger_cd() { rm -f -- "$temp_file" } -# This binds Ctrl-O to ranger-cd: -bind '"\C-o":"ranger-cd\C-m"' +# This binds Ctrl-O to ranger_cd: +bind '"\C-o":"ranger_cd\C-m"' -- cgit v1.2.3