Commit Graph
172 Commits
Author SHA1 Message Date
Alex Pláte 1ac50714f5 Update README.md 2021-09-07 18:57:17 +03:00
Alex Plate 8b1839ff1b Prepare to 0.68 release 2021-06-22 09:17:17 +03:00
Alex Plate e21e1b0b3d Update docs 2021-05-24 10:55:42 +03:00
Alex Pláte 8c8c2ae271 Update README.md 2021-05-21 16:18:59 +03:00
Alex Plate 7c06243d54 Prepare to 0.67 release 2021-05-20 10:28:51 +03:00
Alex Plate 790fc92916 Rename Vim Emulation to Vim in settings 2021-05-13 20:58:23 +03:00
Alex Plate 66536a59a9 Add an .ideavimrc file template 2021-04-25 15:52:45 +03:00
Alex Plate 28da9da752 Update README and CHANGES 2021-04-25 14:59:11 +03:00
Alex Plate 76f06170ad [VIM-2290] Support vim-paragraph-motion plugin 2021-04-22 12:08:17 +03:00
Alex Plate 878d7070a4 Add some popular IJ actions to readme 2021-04-22 10:04:53 +03:00
Alex Pláte 1b25430fe7 Update README.md 2021-04-06 10:12:01 +03:00
Alex Plate 215ca7806e Extract assets from the distribution 2021-02-24 11:20:15 +03:00
大牙(Henry Zhu) c1fd63ab25 fix invalid url of docs 2021-02-01 10:28:48 +03:00
Alex Plate bc54a73d69 Add suggested options to README.md 2020-12-03 10:13:28 +03:00
Alex Plate 5eb12f5d14 Update mappings in .ideavimrc example 2020-12-03 10:09:05 +03:00
Brandon Conway 251e8e8ff4 Fix typo 2020-11-16 11:20:07 +03:00
Alex Plate acc41ec72e Add warning to the info about ideavimrc file 2020-11-13 15:15:28 +03:00
Alex Plate f9ebcf2ee4 Update readme section 2020-11-13 15:13:01 +03:00
Alex Plate fb7d48af1f Update IDE actions section in README 2020-11-12 10:11:33 +03:00
Alex Plate 559989ce4b Remove all To Be Released labels 2020-11-12 10:03:56 +03:00
Alex Plate cf127ba7f9 Update plugin description 2020-11-06 09:37:01 +03:00
Alex Plate f23793f3f3 Test <Action> for insert mode mapping 2020-10-20 11:09:51 +03:00
Alex Plate 3a9f5ea33a Add ability to map actions via <Action> keyword 2020-10-16 10:00:46 +03:00
Alex Plate d388a75f98 Add an information about "Track action ids" to readme 2020-10-15 11:44:07 +03:00
Alex Pláte 86d6876db4 Update README.md 2020-09-01 17:17:43 +03:00
Alex Pláte 58850960b8 Merge pull request #243 from strogiyotec/master
Fix alternative XDG path in README
2020-07-13 11:37:38 +03:00
Alex Plate cb186a686e Fix typo in readme 2020-07-13 10:21:37 +03:00
Alex Plate a04b536df8 Mark codeblocks as vim script 2020-07-08 12:05:13 +03:00
Alex Plate 8b6e41afb8 Remove [To Be Released] mark 2020-07-07 09:55:08 +03:00
strogiyotec 67d3698a40 Fix alternative XDG path in README 2020-06-30 11:30:10 -07:00
Alex Plate ca203f8297 Add compatibility section 2020-06-21 21:58:59 +03:00
Alex Plate 934c3065b9 Add contributions welcome badge 2020-06-21 21:56:13 +03:00
Alex Plate 423d51a6f9 Update documentation and contribution section 2020-06-16 15:28:43 +03:00
Alex Plate f57af8bf9e new badges 2020-05-20 23:53:06 +03:00
Alex Plate 2759bed1b2 Update changelog 2020-05-12 10:15:55 +03:00
Alex Plate b8cb4a1295 Move IdeaVim icon in the README 2020-04-17 11:34:28 +03:00
Alex Plate cd2cbf68a1 Update README 2020-04-17 11:31:17 +03:00
Alex Plate 0a4683d908 Clean up repository for the release 2020-04-09 11:06:21 +03:00
Alex Plate f106ffa176 Support ReplaceWithRegister plugin emulation 2020-03-19 11:25:30 +03:00
Alex Pláte 93462d7505 Merge pull request #221 from igrekster/master
argtextobj: support bracket pairs configuration via let g:argtextobj_pairs="..."
2020-03-06 09:54:33 +03:00
Alexandre Grison 1893dc6afd Fixes from feedback.
Renamed `entiretextobj` to `textobj-entire` including packages and class name.
Renamed `<Plug>IncludingLeadingTrailing` to `<Plug>textobj-entire-a`.
Renamed `<Plug>IgnoringLeadingTrailing` to `<Plug>textobj-entire-i`.
Avoid iterating too much the buffer content.
2020-02-27 11:46:23 +01:00
igrekster 6ec39314ee argtextobj: support bracket pairs configuration via let g:argtextobj_pairs="..."
argtextobj by default only handles arguments inside parenthesis. This is
very limiting when editing C++ source files. This change allows the list
of bracket pairs to be configurable via a global IdeaVim variable. The
variable takes effect immediately.
2020-02-26 10:32:21 +11:00
Alexandre Grison 4bfc025248 Fixes typo 2020-02-20 12:24:38 +01:00
Alexandre Grison 36f6027b0e Implement the vim-textobj-entire plugin emulation. 2020-02-20 12:13:55 +01:00
Alex Plate 4994d70b1a Update changelog 2020-02-14 12:42:22 +03:00
Alex Plate adaa683e58 Use 2020.1 build for README label 2020-02-11 10:11:52 +03:00
Alex Plate bf67f8984a Add info about easymotion plugin 2020-01-25 16:32:43 +03:00
Alex Plate c1ff6e1498 Prepare to the 0.55 release 2020-01-20 20:15:36 +03:00
Alex Plate eb4bb3f238 Update readme 2019-11-20 18:21:27 +03:00
Alex Plate e43339613c Add Rafał Hajdacki to contributors list 2019-11-20 15:32:23 +03:00