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 5997b4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion functions/fzf_install_bindings.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
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 --argument-names dir git_log git_status command_history shell_vars --description "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
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 5997b4a

Please sign in to comment.