diff options
Diffstat (limited to '.config/bash/inputrc')
| -rw-r--r-- | .config/bash/inputrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/bash/inputrc b/.config/bash/inputrc index 1225508..ac2df3b 100644 --- a/.config/bash/inputrc +++ b/.config/bash/inputrc @@ -80,7 +80,9 @@ $include ~/.config/bash/vi.inputrc "\C-b": beginning-of-line # Ctrl+b beginning of line "\C-e": end-of-line # Ctrl+e end of line -"\ee": "ranger\r" # Alt+e open `ranger` + # Macros +"\ee": "ranger\r" # Alt+e ranger\n +"\ew": "| wl-copy\r" # Alt+w | wl-copy\n # vi-command ___________________________________________________________________ set keymap vi-command |
