vim: Add g?
convert to Rot13
/Rot47
(#27824)
Release Notes: - Added `g?` convert to `Rot13`/`Rot47` --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
7bc0dd1bf6
commit
57d7bc23ae
12 changed files with 252 additions and 23 deletions
|
@ -274,6 +274,8 @@ actions!(
|
|||
ConvertToTitleCase,
|
||||
ConvertToUpperCamelCase,
|
||||
ConvertToUpperCase,
|
||||
ConvertToRot13,
|
||||
ConvertToRot47,
|
||||
Copy,
|
||||
CopyAndTrim,
|
||||
CopyFileLocation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue