mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Changelog entry
This commit is contained in:
parent
9ba2eb5934
commit
2a9be599e6
1 changed files with 31 additions and 0 deletions
31
news/abbrevs-set-cursor.rst
Normal file
31
news/abbrevs-set-cursor.rst
Normal file
|
@ -0,0 +1,31 @@
|
|||
**Added:**
|
||||
|
||||
* ``abbrevs`` expansion now allows for setting cursor to a specific
|
||||
position within the expanded abbrev. For instance
|
||||
::
|
||||
|
||||
abbrevs["eswap"] = "with ${...}.swap(<edit>):\n "
|
||||
|
||||
expands ``eswap`` as you type to environment context manager
|
||||
``swap()`` syntax and places the cursor at the position of the
|
||||
``<edit>`` mark removing the mark itself in the process.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue