mirror of
git://git.sv.gnu.org/nano.git
synced 2025-03-11 03:01:38 +03:00
docs: put the binding of ^Y after its unbinding, for it to be effective
The misordering existed since commit 16ee4636 from a year ago.
This commit is contained in:
parent
c8b44816fe
commit
fd51fee424
@ -313,8 +313,6 @@
|
||||
#bind ^B wherewas all
|
||||
#bind ^D findprevious all
|
||||
#bind ^R replace main
|
||||
#bind ^Z undo main
|
||||
#bind ^Y redo main
|
||||
#unbind ^K main
|
||||
#unbind ^U all
|
||||
#unbind ^N main
|
||||
@ -328,3 +326,5 @@
|
||||
#bind ^T cutrestoffile execute
|
||||
#bind ^L linter execute
|
||||
#bind ^E execute main
|
||||
#bind ^Z undo main
|
||||
#bind ^Y redo main
|
||||
|
Loading…
x
Reference in New Issue
Block a user