summaryrefslogtreecommitdiff
path: root/shell/key-bindings.bash
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-09-24 20:47:22 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-09-24 22:41:54 +0900
commitf0c4ee4047f3b70241bacab712642437e37fad2f (patch)
tree45c711fb9d946001909b59d58c6eb31f6b36c0d1 /shell/key-bindings.bash
parentde0df2422ac26edcd083d801e93635deb0786589 (diff)
downloadfzf-f0c4ee4047f3b70241bacab712642437e37fad2f.tar.gz
make lint: Perform bash script linting
Diffstat (limited to 'shell/key-bindings.bash')
-rw-r--r--shell/key-bindings.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/key-bindings.bash b/shell/key-bindings.bash
index b83d26a0..500591bc 100644
--- a/shell/key-bindings.bash
+++ b/shell/key-bindings.bash
@@ -17,9 +17,10 @@ if [[ $- =~ i ]]; then
# Key bindings
# ------------
+#----BEGIN shfmt
#----BEGIN INCLUDE common.sh
# NOTE: Do not directly edit this section, which is copied from "common.sh".
-# To modify it, one can edit "common.sh" and run "./update-common.sh" to apply
+# To modify it, one can edit "common.sh" and run "./update.sh" to apply
# the changes. See code comments in "common.sh" for the implementation details.
__fzf_defaults() {
@@ -154,5 +155,6 @@ if [[ "${FZF_ALT_C_COMMAND-x}" != "" ]]; then
bind -m vi-command '"\ec": "\C-z\ec\C-z"'
bind -m vi-insert '"\ec": "\C-z\ec\C-z"'
fi
+#----END shfmt
fi