Add input rc
This commit is contained in:
parent
40706f22b1
commit
f0e868ae48
2 changed files with 5 additions and 1 deletions
4
.inputrc
Normal file
4
.inputrc
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
"\ek": previous-history
|
||||||
|
"\ej": next-history
|
||||||
|
"\eh": backward-char
|
||||||
|
"\el": forward-char
|
||||||
2
.profile
2
.profile
|
|
@ -25,4 +25,4 @@ fi
|
||||||
if [ -d "$HOME/.local/bin" ] ; then
|
if [ -d "$HOME/.local/bin" ] ; then
|
||||||
PATH="$HOME/.local/bin:$PATH"
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
|
#xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue