Skip to content

remove or document reload zshrc key binding #15

@russell-holgate

Description

@russell-holgate

Currently supercharge has a binding to reload .zshrc:
bindkey -s '^x' '^usource ${ZDOTDIR:-$HOME}/.zshrc\n'
I think this either needs to be documented in README.md and/or provide user feedback with an echo 'reloading zshrc...', or removed.

The reason I think it may be better to remove it is the potential for user errors:

  • accidental ctrl-z or ctrl-c presses due to proximity
  • expectation of a fresh shell (i.e. exec zsh)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions