Skip to content

Commit fb29bfe

Browse files
committed
README.md: rename obsoletes
1 parent 35b9307 commit fb29bfe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ some of the dedicated commands:
304304
Key Binding | Description
305305
----------------|-----------------------------------------------------------
306306
<kbd>]</kbd> | `lispy-forward` - move to the end of the closest list, analogous to <kbd>C-M-n</kbd> (`forward-list`)
307-
`` | `lispy-backward` - move to the start of the closest list, analogous to <kbd>C-M-p</kbd> (`backward-list`)
308-
<kbd>C-3</kbd> | `lispy-out-forward` - exit current list forwards, analogous to `up-list`
309-
<kbd>)</kbd> | `lispy-out-forward-nostring` exit current list forwards, but self-insert in strings and comments
307+
`&#91;` | `lispy-backward` - move to the start of the closest list, analogous to <kbd>C-M-p</kbd> (`backward-list`)
308+
<kbd>C-3</kbd> | `lispy-right` - exit current list forwards, analogous to `up-list`
309+
<kbd>)</kbd> | `lispy-right-nostring` exit current list forwards, but self-insert in strings and comments
310310

311311
These are the few lispy commands that don't care whether the point is
312312
special or not. Other such bindings are <kbd>DEL</kbd>, <kbd>C-d</kbd>, <kbd>C-k</kbd>.
@@ -460,8 +460,8 @@ Use a combination of:
460460

461461
The other two arrow keys will mark the parent list of the current region:
462462

463-
- <kbd>h</kbd> - `lispy-out-backward` - mark the parent list with the point on the left
464-
- <kbd>l</kbd> - `lispy-out-forward` - mark the parent list with the point on the right
463+
- <kbd>h</kbd> - `lispy-left` - mark the parent list with the point on the left
464+
- <kbd>l</kbd> - `lispy-right` - mark the parent list with the point on the right
465465

466466
To do the reverse of the previous operation, i.e. to mark the first
467467
child of marked list, use <kbd>i</kbd> - `lispy-tab`.

0 commit comments

Comments
 (0)