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

Add confirm option for save and restore. #502

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    b499dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f77fc View commit details
    Browse the repository at this point in the history
  3. confirm actions doc update

    izzygomez committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    23045b7 View commit details
    Browse the repository at this point in the history
  4. Fix whitespace issue when running tmux bind-key.

    The previous line `tmux bind-key "$key" $command` would experience issues if there was whitespace in `$command`. This fixes this. Also does small refactor to save `run-shell` commands into `run_{save,restore}_script` vars. Also makes sure keys are unbounded (run `unbind`) before binding (`bind-key`).
    izzygomez committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    cbc6f8d View commit details
    Browse the repository at this point in the history