diff options
-rwxr-xr-x | .fzfrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ if command -v fd &> /dev/null; then fi export FZF_CTRL_T_COMMAND=$FZF_DEFAULT_COMMAND +export FZF_DEFAULT_OPTS='--bind ctrl-j:jump' # completion and key bindings |