1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-19 13:42:45 +02:00
Commit Graph

101 Commits

Author SHA1 Message Date
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
Alex Plate
a2bae6795f
Prepare to the release 0.54 2019-11-20 11:41:05 +03:00
Alex Plate
8dd774446b
Update license information 2019-11-18 11:55:34 +03:00
Alex Plate
d57f465e60
Add IdeaVim icon 2019-10-15 18:43:32 +03:00
Alex Plate
8e3515bc34
Clear definition of commands used to enabled plugins 2019-09-09 14:03:12 +03:00
Alex Plate
62466123ff
Change URLs to https
TPV-3480
2019-08-20 13:10:19 +03:00
Alex Plate
7c5dca202e
Preparation to 0.52 version 2019-07-23 14:18:31 +03:00
Alex Plate
055e006c27
Github doesn't recognize jetbrains:// url 2019-07-22 16:22:05 +03:00
Alex Plate
2f11451f9d
Update EAP section for README 2019-07-22 14:51:38 +03:00
Alex Plate
1326e8470a
Update docs of IdeaVim 2019-07-17 15:39:20 +03:00
Alex Plate
68ae03ef85
Replace behaviour to the american-style behavior 2019-07-17 14:39:09 +03:00
Alex Plate
48a5eee9ab
Put information about leaving feedback to EAP section 2019-06-07 12:34:47 +03:00
Alex Plate
70fad46534
Fill CHANGES.MD with fixed bugs 2019-05-31 17:51:28 +03:00
Alex Plate
6865d25035
Put actions to package-info 2019-05-14 14:53:10 +03:00
Alex Plate
857a5b4d52
Remove information about unreleased extenstion 2019-04-04 17:10:32 +03:00
Alex Plate
ea4fc32e60
Update readme: add information about commentary extension 2019-03-29 11:25:19 +03:00
Alex Plate
7bb7386c83
Update badges 2019-02-21 20:16:44 +03:00
Alex Plate
48bef164ef
Move contribution information to separate file 2019-02-21 19:32:56 +03:00
Andrey Vlasovskikh
b909157f4b Mention Rider as a compatible IDE 2019-01-28 21:51:16 +03:00
Andrey Vlasovskikh
75c1c0b839 Move "Vim Emulation" settings into "File | Settings | Editor" 2018-09-10 14:53:26 +03:00
Andrey Vlasovskikh
43662318be Compatibility with IntelliJ 2018.1 and newer due to the platform API changes 2018-08-27 22:06:09 +03:00
Andrey Vlasovskikh
bd772daee0 Small reordering of multiple-cursors commands 2018-08-27 20:51:04 +03:00