Implement a simple password manager
This commit is contained in:
parent
10fd396ea3
commit
71b9fb5226
8 changed files with 720 additions and 27 deletions
|
|
@ -45,6 +45,8 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
|
|||
Key::Character("X".into()),
|
||||
PaneToggleMaximized
|
||||
);
|
||||
#[cfg(feature = "password_manager")]
|
||||
bind!([Ctrl, Alt], Key::Character("p".into()), PasswordManager);
|
||||
|
||||
// Ctrl+Tab and Ctrl+Shift+Tab cycle through tabs
|
||||
// Ctrl+Tab is not a special key for terminals and is free to use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue