<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/reline/key_actor, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/reline] Use unix_line_discard when Ctrl-u is entered</title>
<updated>2021-12-30T11:23:58+00:00</updated>
<author>
<name>ima1zumi</name>
<email>mariimaizumi5@gmail.com</email>
</author>
<published>2021-12-30T02:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f589242e750939eecf2a140fa3182dc5e387f157'/>
<id>f589242e750939eecf2a140fa3182dc5e387f157</id>
<content type='text'>
The kill-line was called when C-u was entered, so it is now called unix-line-discard.

In readline(3):

&gt; unix-line-discard (C-u)
&gt;               Kill backward from point to the beginning of the line.
&gt;               The killed text is saved on the kill-ring.

https://github.com/ruby/reline/commit/27570d195e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The kill-line was called when C-u was entered, so it is now called unix-line-discard.

In readline(3):

&gt; unix-line-discard (C-u)
&gt;               Kill backward from point to the beginning of the line.
&gt;               The killed text is saved on the kill-ring.

https://github.com/ruby/reline/commit/27570d195e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Bind ed-kill-line to C-u on emacs mode</title>
<updated>2021-12-24T09:23:28+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-09-26T17:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9de42d3b347a2576eba81676cab6027b3c03dda7'/>
<id>9de42d3b347a2576eba81676cab6027b3c03dda7</id>
<content type='text'>
https://github.com/ruby/reline/commit/9ab99574f5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/9ab99574f5
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Separate keystrokes each editing mode</title>
<updated>2021-04-08T12:41:00+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-04-05T07:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5543695a19faccea325f91c9791d06dc4d29e132'/>
<id>5543695a19faccea325f91c9791d06dc4d29e132</id>
<content type='text'>
https://github.com/ruby/reline/commit/ee23e6f3f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/ee23e6f3f8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Bind yank-pop correctly</title>
<updated>2020-12-18T17:12:11+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-12-18T14:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=af2c81e10c15c267611e59f11b7152545c617826'/>
<id>af2c81e10c15c267611e59f11b7152545c617826</id>
<content type='text'>
https://github.com/ruby/reline/commit/3c74beac65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/3c74beac65
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Backspace and C-h should be unassigned on vi command mode</title>
<updated>2020-12-04T17:58:58+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-11-01T11:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e6429ad047a46e19739fceb8fa1a64380cb6ae12'/>
<id>e6429ad047a46e19739fceb8fa1a64380cb6ae12</id>
<content type='text'>
https://github.com/ruby/reline/commit/28f4dae020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/28f4dae020
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Use vi_search_{prev,next} to incremental search</title>
<updated>2020-04-18T14:09:31+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-04-14T17:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=08c1c3f2203592c219c6068ea05fb5d583493a25'/>
<id>08c1c3f2203592c219c6068ea05fb5d583493a25</id>
<content type='text'>
https://github.com/ruby/reline/commit/cab312f584
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/cab312f584
</pre>
</div>
</content>
</entry>
<entry>
<title>The delete-char-or-list shows completed list when called at end of line</title>
<updated>2019-12-24T09:34:43+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-12-24T09:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=42e2a322f100c7c798fcfbcbbfe0b4cdaf3f5855'/>
<id>42e2a322f100c7c798fcfbcbbfe0b4cdaf3f5855</id>
<content type='text'>
It doesn't behave the same as the delete-char.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't behave the same as the delete-char.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support forward-search-history by C-s</title>
<updated>2019-12-17T04:07:19+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-12-17T03:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a14a0244b48c422e392547b198af6fb57f7ca568'/>
<id>a14a0244b48c422e392547b198af6fb57f7ca568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The C-r in vi command mode is also incremental search</title>
<updated>2019-12-02T16:39:59+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-12-02T00:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bce38f706e9c434d8fd7c0e2e14bb4acdd085777'/>
<id>bce38f706e9c434d8fd7c0e2e14bb4acdd085777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C-r is incremental history search in vi insert mode</title>
<updated>2019-10-15T17:08:52+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-10-15T17:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a5245c165808b9ac0a492e218b0603e93262b449'/>
<id>a5245c165808b9ac0a492e218b0603e93262b449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
