Skip to content

Commit

Permalink
start work on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickF1 committed May 10, 2021
1 parent 69b6247 commit 812f3b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion functions/fzf_install_bindings.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
function fzf_set_up_bindings -a dir git_log git_status command_history shell_vars -d "Install key bindings for all of fzf.fish's functions using the specific key sequences."
function fzf_install_bindings -a dir git_log git_status command_history shell_vars -d "Install key bindings for all of fzf.fish's functions using the specific key sequences."
# If another set of bindings already exists, uninstall it first for a clean slate
if functions --query fzf_uninstall_bindings
end

# Because of scoping rules, to capture the shell variables exactly as they are, we must read
# them before even executing __fzf_search_shell_variables. We use psub to store the
# variables' info in temporary files and pass in the filenames as arguments.
Expand Down

0 comments on commit 812f3b5

Please sign in to comment.