mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
feat(strider): add vim h key (#182)
This commit is contained in:
parent
ed22071381
commit
695a75c363
Binary file not shown.
@ -57,7 +57,7 @@ impl ZellijTile for State {
|
||||
FsEntry::File(p, _) => open_file(&p),
|
||||
}
|
||||
}
|
||||
Key::Left => {
|
||||
Key::Left | Key::Char('h') => {
|
||||
self.path.pop();
|
||||
refresh_directory(self);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user