diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-10-13 18:34:55 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-10-13 18:34:55 -0700 |
| commit | 999c60c0991d30bc3cdfb2e185cae1770bc1a24c (patch) | |
| tree | 634abc8151a26251e824305d806889a9501570e8 /bindings.bb | |
| parent | e40feed849fb24aee23e4a19110e642a77c38726 (diff) | |
Added support for shift-home and shift-end, as well as a default binding
to +spread using them.
Diffstat (limited to 'bindings.bb')
| -rw-r--r-- | bindings.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings.bb b/bindings.bb index 312ff8f..132efa0 100644 --- a/bindings.bb +++ b/bindings.bb @@ -78,6 +78,10 @@ J: # Spread selection down bb +spread:+1 K: # Spread selection up bb +spread:-1 +Shift-Home: # Spread the selection to the top + bb +spread:0 +Shift-End: # Spread the selection to the bottom + bb +spread:100%n Ctrl-a: # Select all files here if [ $BBDOTFILES ]; then find -mindepth 1 -maxdepth 1 -print0; else find -mindepth 1 -maxdepth 1 ! -path '*/.*' -print0; fi | bb +sel: |
