summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-02-19 19:31:29 +0100
committertoonn <toonn@toonn.io>2021-02-19 19:31:29 +0100
commit20cc5e861afbe8c2afed2ce843a1ca6f0bc2f218 (patch)
treeb5d9b18da314be5461380f550ccecfc87c0f612a
parent6035c7097b990f844cda4fa4d957210165def106 (diff)
parente5a06fa2180fd3ba2f86172be8fddd469425749b (diff)
Merge branch 'ranger_cd_example'
-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"'