Skip to content

Commit 35cac2f

Browse files
committed
i probab dont need any of this exxcept vim mode
1 parent e84c768 commit 35cac2f

1 file changed

Lines changed: 1 addition & 47 deletions

File tree

.inputrc

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# base-files version 3.9-3
22

3-
# To pick up the latest recommended .inputrc content,
4-
# look in /etc/defaults/etc/skel/.inputrc
5-
6-
# Modifying /etc/skel/.inputrc directly will prevent
7-
# setup from updating it.
8-
9-
# The copy in your home directory (~/.inputrc) is yours, please
10-
# feel free to customise it to create a shell
11-
# environment to your liking. If you feel a change
12-
# would be benifitial to all, please feel free to send
13-
# a patch to the cygwin mailing list.
14-
153
# Bind the up arrow to history search, instead of history step
164
"\e[A": history-search-backward
175
# And the reverse (down)
@@ -37,39 +25,7 @@
3725
"\eOH": beginning-of-line
3826
"\eOF": end-of-line
3927

40-
# Allow 8-bit input/output
41-
#set meta-flag on
42-
#set convert-meta off
43-
#set input-meta on
44-
#set output-meta on
45-
#$if Bash
46-
# Don't ring bell on completion
47-
#set bell-style none
48-
49-
# or, don't beep at me - show me
50-
#set bell-style visible
51-
52-
# Filename completion/expansion
53-
#set completion-ignore-case on
54-
#set show-all-if-ambiguous on
55-
56-
# Expand homedir name
57-
#set expand-tilde on
58-
59-
# Append "/" to all dirnames
60-
#set mark-directories on
61-
#set mark-symlinked-directories on
62-
63-
# Match all files
64-
#set match-hidden-files on
65-
66-
# 'Magic Space'
67-
# Insert a space character then performs
68-
# a history expansion in the line
69-
#Space: magic-space
70-
#$endif
71-
72-
#if you don't like the annoying end-of-line beeps:
28+
# Stoppy beepy
7329
set bell-style none
7430

7531
# to show all characters like å
@@ -78,8 +34,6 @@ set input-meta On
7834
set output-meta On
7935
set convert-meta Off
8036

81-
"\C-v": paste-from-clipboard
82-
8337
# Vim mode in bash with cursor improvements. Zsh has different instructions
8438
# First upgrade to Bash 4 on OSX http://clubmate.fi/upgrade-to-bash-4-in-mac-os-x/
8539
# Then add the following lines to your ~/.inputrc:

0 commit comments

Comments
 (0)