Configuration of X11 i3wm tty

This commit is contained in:
2024-07-12 21:16:28 +02:00
parent 7e15fbad29
commit 616255d2c4
29 changed files with 907 additions and 7 deletions

26
tty/inputrc Normal file
View File

@@ -0,0 +1,26 @@
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 completion-ignore-case on
set editing-mode emacs
"\e[A":history-search-backward
"\e[B":history-search-forward
$if term=linux
"\e[1~": beginning-of-line
"\e[4~": end-of-line
$endif
$if term=xterm
"\e[1~": beginning-of-line
"\e[4~": end-of-line
$endif
$if term=rxvt-unicode
"\e[7~": beginning-of-line
"\e[8~": end-of-line
$endif