about summary refs log tree commit diff stats
path: root/examples/shell_automatic_cd.sh
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-02-19 19:30:03 +0100
committertoonn <toonn@toonn.io>2021-02-19 19:30:03 +0100
commite5a06fa2180fd3ba2f86172be8fddd469425749b (patch)
treeb5d9b18da314be5461380f550ccecfc87c0f612a /examples/shell_automatic_cd.sh
parent6035c7097b990f844cda4fa4d957210165def106 (diff)
downloadranger-e5a06fa2180fd3ba2f86172be8fddd469425749b.tar.gz
shell_automatic_cd: Fix function name in bind command
Diffstat (limited to 'examples/shell_automatic_cd.sh')
-rw-r--r--examples/shell_automatic_cd.sh4
1 files 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"'