summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-11-30 14:03:25 +0200
committerSyndamia <kamen@syndamia.com>2024-11-30 14:03:25 +0200
commit1c7072b2dfa119051e8bd901699a5eaa0893e305 (patch)
tree81f9e9579a8cce8d29e3fd1e3c6c2d3addd5773f
parent753f8d370e9986571ddbf551ae50cbab5cb18417 (diff)
downloaddotfiles-1c7072b2dfa119051e8bd901699a5eaa0893e305.tar
dotfiles-1c7072b2dfa119051e8bd901699a5eaa0893e305.tar.gz
dotfiles-1c7072b2dfa119051e8bd901699a5eaa0893e305.zip
feat(bash): Ctrl-Backspace will kill word
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index b5e2b22..e23e23e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -323,6 +323,7 @@ EOF
bind '"\C-l":clear-screen'
bind -x '"\C-g":lazygit'
bind -x '"\C-f":fg'
+ bind '"\C-h": backward-kill-word'
# }}}