rabite0 / hunter

The fastest file manager in the galaxy!
Do What The F*ck You Want To Public License
1.32k stars 64 forks source link

Map '.' to show hidden files #47

Closed alexherbo2 closed 5 years ago

rabite0 commented 5 years ago

"h" for hidden is fine. If you want this, change it in your git repo

src/listview.rs:87:36: Key::Char('h') => self.toggle_hidden(),

Commit (git commit -a) and when you do "git pull" it will merge that with your changes.