diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 15:48:44 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 15:48:44 +0200 |
| commit | a72de2634468ddca752d95b92924695938577529 (patch) | |
| tree | 1706b7c8607a34023706c0fc850ae31f20fb7fd4 /.config/bash/inputrc | |
| parent | 168b9f188c950a98191289665e39454521f3dbec (diff) | |
| download | dotfiles-a72de2634468ddca752d95b92924695938577529.tar.gz dotfiles-a72de2634468ddca752d95b92924695938577529.zip | |
misc(bash): add less macro
Diffstat (limited to '.config/bash/inputrc')
| -rw-r--r-- | .config/bash/inputrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/bash/inputrc b/.config/bash/inputrc index ac2df3b..e967cc3 100644 --- a/.config/bash/inputrc +++ b/.config/bash/inputrc @@ -83,6 +83,7 @@ $include ~/.config/bash/vi.inputrc # Macros "\ee": "ranger\r" # Alt+e ranger\n "\ew": "| wl-copy\r" # Alt+w | wl-copy\n +"\el": "| less\r" # Alt+l | less\n # vi-command ___________________________________________________________________ set keymap vi-command |
