# ____ ____
# / __/___ / __/
# / /_/_ / / /_
# / __/ / /_/ __/
# /_/ /___/_/ key-bindings.bash
#
# - $FZF_TMUX_OPTS
# - $FZF_CTRL_T_COMMAND
# - $FZF_CTRL_T_OPTS
# - $FZF_CTRL_R_OPTS
# - $FZF_ALT_C_COMMAND
# - $FZF_ALT_C_OPTS
# Key bindings
# ------------
if ; then
# Required to refresh the prompt after fzf
if ; then
# CTRL-T - Paste the selected file path into the command line
# CTRL-R - Paste the selected command from history into the command line
else
# CTRL-T - Paste the selected file path into the command line
# CTRL-R - Paste the selected command from history into the command line
fi
# ALT-C - cd into the selected directory
fi