diff --git a/Examples.md b/Examples.md index 4eeea52..22a1e7c 100644 --- a/Examples.md +++ b/Examples.md @@ -215,6 +215,8 @@ builtin bind '"\C-t": "\C-x1\e^\er"' Fuzzy cd for fish shell: https://gist.github.com/rumpelsepp/b1b416f52d6790de1aee +autojump(macOS) + fzf for fish shell: https://gist.github.com/l4u/06502cf680b9a3817efddfb0a9a6ede8 + ### Searching file contents ```sh @@ -960,4 +962,4 @@ zle -N _fzf_marker_main_widget zle -N _fzf_marker_placeholder_widget bindkey "${FZF_MARKER_MAIN_KEY:-\C-@}" _fzf_marker_main_widget bindkey "${FZF_MARKER_PLACEHOLDER_KEY:-\C-v}" _fzf_marker_placeholder_widget -``` +``` \ No newline at end of file