Skip to content

Commit

Permalink
Use escaped codes in inputrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Dec 14, 2011
1 parent a19b68c commit 6ff0fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry-editline.rb
Expand Up @@ -17,7 +17,7 @@ def self.hijack_inputrc

require 'tempfile'
file = Tempfile.new('inputrc')
file.puts <<-EOF
file.puts <<-'EOF'
set keymap vi-insert
"\C-a": beginning-of-line
"\C-b": backward-char
Expand Down

0 comments on commit 6ff0fc4

Please sign in to comment.