]> git.wh0rd.org - home.git/blobdiff - .inputrc
ddnuke: handle final write better, fix initial seek, and improve help
[home.git] / .inputrc
index 9c26244fbd86ad5bed792d20fa01bf09bb64eeaf..da12255e99502c98de6b82c166afb7803a321ae0 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -8,11 +8,18 @@ set mark-symlinked-directories on
 set match-hidden-files off
 set skip-completed-text on
 set visible-stats on
+set blink-matching-paren on
+set colored-stats on
+set colored-completion-prefix off
+# https://cirw.in/blog/bracketed-paste
+set enable-bracketed-paste on
 
+# alt+k to delete back a word (like alt+backspace)
+"\ek": backward-kill-word
 # konsole (alt + arrow key)
 "\e[1;3C": forward-word
 "\e[1;3D": backward-word
-# mappings for "page up" and "page down" to step to the beginning/end 
+# mappings for "page up" and "page down" to step to the beginning/end
 # of the history
 "\e[5~": history-search-backward
 "\e[6~": history-search-forward