Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Use fzf keybindings to add additional functionality to history #10

Open
joshskidmore opened this issue Aug 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@joshskidmore
Copy link
Owner

Using fzf keybindings, allow for specific history items to be removed from history list in the same manner they're selected from fzf.

Example:

  • tap C-r
  • use up/down/C-k/C-j to select a history entry
  • use something like M-d to use fzf's execute-silent() to call a function which will delete the selected history item from the current zsh session as well as $HISTFILE
  • use fzf's abort() + execute() to automatically reload updated history (with removed history item removed)

This is something I will try to tackle, but need to refresh myself on advanced zsh syntax.

@joshskidmore joshskidmore added the enhancement New feature or request label Aug 31, 2021
@zvi-quantivly
Copy link

Thanks for all the great work, the plugin is awesome. This feature would be really great to have 👍🏼 🙏🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants