v2.2.0 #1293
cxxxr
announced in
Announcements
v2.2.0
#1293
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is Lem v2.2.0.
You can install it:
with our new install script for Debian/Mint/Ubuntu:
with Roswell:
with Qlot:
but also with Docker and Arch Linux, see our installation page.
What's Changed
ls
andpwd
by @cxxxr in Add repl shortcutls
andpwd
#842:set
&:cd
by @fukamachi in Introduce Vim's options feature, and add:set
&:cd
#908lem.asd
. by @pseudomata in Consistent indentation inlem.asd
. #973lem:this-command-keys
andlem:universal-argument-of-this-command
by @fukamachi in Addlem:this-command-keys
andlem:universal-argument-of-this-command
#986.
to repeat the last operator command by @fukamachi in Add a new command.
to repeat the last operator command #989dd
to delete to the end of buffer when the arg is larger than the number of line by @fukamachi in Fixdd
to delete to the end of buffer when the arg is larger than the number of line #995.
by @fukamachi in Allow to repeat the modifications made while in INSERT mode by vi-repeat.
#1000*this-command-keys*
by @fukamachi in Fix to reset*this-command-keys*
#1006diw
anddaw
to vi-mode by @fukamachi in Adddiw
anddaw
to vi-mode #1012l
invoked on an empty line not to go to the previous line. by @fukamachi in Fixl
invoked on an empty line not to go to the previous line. #1017i"
,a"
,i(
anda(
by @fukamachi in Add new text object commandsi"
,a"
,i(
anda(
#1014$
allow to take a uarg. by @fukamachi in Make$
allow to take a uarg. #1038o
for visual mode to swap points by @fukamachi in Addo
for visual mode to swap points #1037S
to delete the whole line (same ascc
). by @fukamachi in AddS
to delete the whole line (same ascc
). #1040gg
allow to take a uarg by @fukamachi in Makegg
allow to take a uarg #1039scrolloff
option to vi-mode by @fukamachi in Addscrolloff
option to vi-mode #1035Y
to yank to the end of the line by @fukamachi in AddY
to yank to the end of the line #1041r
to work in visual block state by @fukamachi in Fixr
to work in visual block state #1036c
flag to:s
. by @fukamachi in Addc
flag to:s
. #1046vi-line
by @fukamachi in Fix an unintended column movement regardingvi-line
#1049diw
at the beginning spaces (indent) of the line not to delete newlines by @fukamachi in Fixdiw
at the beginning spaces (indent) of the line not to delete newlines #1051:vs
by @fukamachi in Fix the focus of window when split a window horizontally with:vs
#1058<Leader>
key to vi-mode. by @fukamachi in Add<Leader>
key to vi-mode. #1079H
,M
,L
not to scroll whenscrolloff
option is set. by @fukamachi in FixH
,M
,L
not to scroll whenscrolloff
option is set. #1081x
not to raise an error for an empty buffer. by @fukamachi in Fixx
not to raise an error for an empty buffer. #1082o
to indent properly. by @fukamachi in Fixo
to indent properly. #1083window-has-following-lines-p
to work when the last displayed line is wrapped by @fukamachi in Fixwindow-has-following-lines-p
to work when the last displayed line is wrapped #1084=
andJ
not to include the next line. by @fukamachi in Fix the linewise region of=
andJ
not to include the next line. #1087dG
to delete to the end of the buffer instead of the beginning. by @fukamachi in FixdG
to delete to the end of the buffer instead of the beginning. #1088window-has-following-lines-p
not to mistake an empty line as the buffer end by @fukamachi in Fixwindow-has-following-lines-p
not to mistake an empty line as the buffer end #1090cc
not to raise an error in an empty buffer. by @fukamachi in Fixcc
not to raise an error in an empty buffer. #1091(def |foo bar|
by @cxxxr in Fix parsing for(def |foo bar|
#1114dc
in vi-mode by @cxxxr in fix fordc
in vi-mode #1119x
,X
,S
in visual block state. by @fukamachi in Fix the region to delete withx
,X
,S
in visual block state. #1131WORD
text object. by @ilya-fiveisky in ViWORD
text object. #1160prompt-for-directory
when certain keyword arguments are given by @fukamachi in Fix an error inprompt-for-directory
when certain keyword arguments are given #1167markdown-mode
commandmarkdown-insert-link
by @Sasanidas in Addmarkdown-mode
commandmarkdown-insert-link
#1169New Contributors
lem.asd
. #973Full Changelog: v2.1.0...v2.2.0
This discussion was created from the release v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions