about summary refs log tree commit diff stats
path: root/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'inputrc')
-rw-r--r--inputrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/inputrc b/inputrc new file mode 100644 index 0000000..9c1fc09 --- /dev/null +++ b/inputrc
@@ -0,0 +1,22 @@
1# ~/.inputrc -*- conf -*-
2
3# Include the system inputrc
4$include /etc/inputrc
5
6# Emacs shell-like history navigation
7"\ep": history-search-backward
8"\en": history-search-forward
9
10# Global settings
11
12set mark-symlinked-directories on
13set visible-stats on
14set blink-matching-paren on
15
16set completion-ignore-case on
17set completion-prefix-display-length 3
18set show-all-if-ambiguous on
19set show-all-if-unmodified on
20
21set enable-bracketed-paste on
22