diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-10-02 12:45:44 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-10-02 12:45:44 -0700 |
| commit | e531e1766c960148fe139ce131bec87ff16cef3a (patch) | |
| tree | 098da79cd45321db9e16060ec04290cc3511dfd8 /bindings.bb | |
| parent | c7e08b884ab876c8ce06000a8789045b50d40c20 (diff) | |
Added fake binding to allow '#' to bind without being parsed as a
comment
Diffstat (limited to 'bindings.bb')
| -rw-r--r-- | bindings.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings.bb b/bindings.bb index 8b46793..259b8d4 100644 --- a/bindings.bb +++ b/bindings.bb @@ -150,7 +150,7 @@ Section: Viewing Options s: # Sort by... ask1 sort "Sort (n)ame (s)ize (m)odification (c)reation (a)ccess (r)andom (p)ermissions: " && bb +sort:"~$sort" +refresh -#: # Set columns +---,#: # Set columns ask columns "Set columns (*)selected (a)ccessed (c)reated (m)odified (n)ame (p)ermissions (r)andom (s)ize: " && bb +col:"$columns" .: # Toggle dotfile visibility |
