pry-fkeys 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/pry-fkeys.rb +2 -2
- data/lib/pry-fkeys/version.rb +1 -1
- metadata +1 -1
data/lib/pry-fkeys.rb
CHANGED
|
@@ -56,7 +56,7 @@ Then it should be fully functional; if it isn't, please file an issue:
|
|
|
56
56
|
Or, if you just want to suppress the warning, you can put '$if Ruby' anywhere in
|
|
57
57
|
~/.inputrc and it'll stop bothering you.
|
|
58
58
|
EOT
|
|
59
|
-
'
|
|
59
|
+
'tl;dr: run inputrc!'
|
|
60
60
|
end
|
|
61
61
|
|
|
62
62
|
def append!
|
|
@@ -122,7 +122,7 @@ $if Ruby
|
|
|
122
122
|
$else
|
|
123
123
|
# Emacs Bindings:
|
|
124
124
|
"\\e[14~": "ls -l\\n"
|
|
125
|
-
"\\
|
|
125
|
+
"\\eOS": "ls -l\\n"
|
|
126
126
|
"\\e[15~": "\\C-lwhereami\\n"
|
|
127
127
|
"\\e[28~": "edit -c\\n"
|
|
128
128
|
"\\e[17~": "up\\n"
|
data/lib/pry-fkeys/version.rb
CHANGED