diff --git a/MuseScore3.ini b/MuseScore/MuseScore3.ini similarity index 100% rename from MuseScore3.ini rename to MuseScore/MuseScore3.ini diff --git a/dot__bashrc b/bash/bashrc similarity index 100% rename from dot__bashrc rename to bash/bashrc diff --git a/bash/inputrc b/bash/inputrc new file mode 100644 index 0000000..a42a006 --- /dev/null +++ b/bash/inputrc @@ -0,0 +1,49 @@ + +################################################################################ +# do not bell on tab-completion +set completion-display-width 0 +set page-completions off +set bell-style none +set meta-flag on +set input-meta on +set convert-meta off +set output-meta on +set colored-stats on +set colored-completion-prefix on +set mark-modified-lines on +#set visible-stats on +set completion-map-case on +set completion-query-items 300 +set editing-mode vi +set show-mode-in-prompt on +set vi-ins-mode-string \1\e[6 q\2 +set vi-cmd-mode-string \1\e[2 q\2 + +set keyseq-timeout 10 + +################################################################################ +$if mode=emacs +# for linux console and RH/Debian xterm +"\e[1~": beginning-of-line +"\e[4~": end-of-line +"\e[5~": beginning-of-history +"\e[6~": end-of-history +"\e[7~": beginning-of-line +"\e[3~": delete-char +"\e[2~": quoted-insert +"\e[5C": forward-word +"\e[5D": backward-word +"\e\e[C": forward-word +"\e\e[D": backward-word +"\e[1;5C": forward-word +"\e[1;5D": backward-word +# for rxvt +"\e[8~": end-of-line +# for non RH/Debian xterm, can't hurt for RH/DEbian xterm +"\eOH": beginning-of-line +"\eOF": end-of-line +# for freebsd console +"\e[H": beginning-of-line +"\e[F": end-of-line +$endif + diff --git a/lfrc b/lf/lfrc similarity index 100% rename from lfrc rename to lf/lfrc diff --git a/mpv_input.conf b/mpv/input.conf similarity index 100% rename from mpv_input.conf rename to mpv/input.conf diff --git a/dot__Xresources b/xorg/Xresources similarity index 100% rename from dot__Xresources rename to xorg/Xresources diff --git a/dot__xinitrc b/xorg/xinitrc similarity index 100% rename from dot__xinitrc rename to xorg/xinitrc diff --git a/zathurarc b/zathura/zathurarc similarity index 100% rename from zathurarc rename to zathura/zathurarc