changeset 107:bd8a93004421

Include the system inputrc to make Ctrl+Arrow work This only seems to have become a problem since using Tilda again. Which is odd, because it should be a Bash thing rather than Tilda.
author IBBoard <dev@ibboard.co.uk>
date Wed, 25 Apr 2018 20:11:10 +0100
parents c9adf6fc4b61
children 4e544541cbe1
files inputrc
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/inputrc	Sat Apr 21 19:51:42 2018 +0100
+++ b/inputrc	Wed Apr 25 20:11:10 2018 +0100
@@ -5,6 +5,9 @@
 ## by the bash in the interactive mode for line editing.
 ##
 ################################################################################
+
+$include /etc/inputrc
+
 #
 # The bell style used e.g. on error or tab completion, possible values
 # are `none', `visible', and `audible' the ringing the bell.
@@ -27,4 +30,4 @@
 #
 # end
 #
-set colored-stats on
\ No newline at end of file
+set colored-stats on