summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-17 09:53:15 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-17 09:53:15 +0200
commitac5cf485118f6e08a95a719fbd80c189e2c485cf (patch)
tree270447d001dc0005600be702d08d938286576c08 /.config
parent105993b07c0d1643caa253486aa4aca8bce67f5d (diff)
downloaddotfiles-ac5cf485118f6e08a95a719fbd80c189e2c485cf.tar.gz
dotfiles-ac5cf485118f6e08a95a719fbd80c189e2c485cf.zip
misc(bash): add wl-copy macro
Diffstat (limited to '.config')
-rw-r--r--.config/bash/inputrc4
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