@ -96,7 +96,7 @@ if __name__ == "__main__":
try:
selected_file = fzf.select_file_with_fzf(files)
except KeyboardInterrupt:
exit(error.E_INTERRUPT)
exit()
except fzf.FZFError as e:
print(e)
exit(e.exit_code)
The note is not visible to the blocked user.