Commit Graph

6 Commits

Author SHA1 Message Date
Qi Xiao
cc6e02d206 pkg/edit: Make smart-enter and completion:smart-start apply autofix. 2022-12-25 13:50:17 +00:00
Qi Xiao
5e593ce8f0 pkg/edit: Simplify bindingHelp.
Use Elvish qnames to refer to the binding map too. This is consistent with how
functions are passed, and removes the need to pass around the binding map var,
which is quite awkward in initHighlighter where the binding map is created in a
different place.
2022-12-25 11:51:46 +00:00
Qi Xiao
1c4052f83e pkg/edit: Show bindings for toggling filter and hidden files in nav mode.
This fixes #1529.
2022-11-26 16:57:53 +00:00
Qi Xiao
d71e52cbd7 Refactor the API of eval.NsBuilder to be completely based on methods. 2021-10-23 21:44:11 +01:00
Qi Xiao
2301debd83 pkg/edit: Improve coverage of binding_map.go. 2021-09-08 12:46:38 +01:00
Qi Xiao
e45fdf7228 Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00