1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-07-22 16:04:33 +02:00

Commit Graph

  • 1acf5d682d
    Set plugin version to chylex-51 customized/main customized/51 chylex 2023-11-17 12:55:52 +0100
  • f2832f7dc2
    Preserve visual mode after executing IDE action chylex 2025-07-20 10:02:01 +0200
  • b7c1ba4f02
    Set plugin version to chylex-50 customized/50 chylex 2023-11-17 12:55:52 +0100
  • fca7b518b3
    Make g0/g^/g$ work with soft wraps chylex 2025-06-10 02:52:28 +0200
  • 8aa4178449
    Make gj/gk jump over soft wraps chylex 2025-05-16 00:18:11 +0200
  • 2e035f1260
    Make camelCase motions adjust based on direction of visual selection chylex 2025-03-27 11:29:51 +0100
  • c5f17a68f5
    Make search highlights temporary chylex 2025-03-25 09:21:35 +0100
  • 68b7788fe4
    Exit insert mode after refactoring chylex 2024-09-05 07:37:55 +0200
  • 3299059ab9
    Add action to run last macro in all opened files chylex 2024-08-11 17:47:07 +0200
  • 548ed30b5b
    Stop macro execution after a failed search chylex 2024-08-11 17:34:51 +0200
  • b171ccb96c
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • 93affef6d3
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • 0b788153cd
    Stay on same line after reindenting chylex 2024-08-10 14:26:46 +0200
  • 70d8167e17
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 67c3dec51b
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • 3dab706f37
    Fix(VIM-3986): Exception when pasting register contents containing new line chylex 2025-07-19 19:46:23 +0200
  • 5228bca65e
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • 853a208eba
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • fd9297edb1
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • e01e4d8ecd
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • b304692c4e
    Fix(VIM-696): Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • 05b9f44a0b
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • d878b119c4
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • def57128b0
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • fd4422bf95
    Remove notifications about configuration options chylex 2025-01-15 03:45:34 +0100
  • d10a0c4ee7
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • f12b0b04f6
    Fix the contribution name of Jakub Alex Plate 2025-07-18 16:06:45 +0300
  • ea4fc85e5b
    Add a new plugin for the verification Alex Plate 2025-07-14 10:46:09 +0300
  • 4af8fc1868
    Update TC configuration to run only needed tests Alex Plate 2025-07-07 10:55:16 +0300
  • 1482ac0335
    Fix(VIM-3970): Get rid of VimStandalonePluginUpdateChecker Alex Plate 2025-07-04 15:15:37 +0300
  • 79168b00f3 Add zuberol to contributors list IdeaVim Bot 2025-07-18 09:03:36 +0000
  • 07990847c6
    Merge pull request #1223 from JetBrains/feat/VIM-3791-nerdtree-gg-G-jumps zuberol 2025-07-17 11:44:07 +0200
  • 8c40e19c44 Bump org.mockito.kotlin:mockito-kotlin from 5.4.0 to 6.0.0 dependabot[bot] 2025-07-16 15:53:03 +0000
  • 371769c508 Bump io.ktor:ktor-client-cio from 3.2.1 to 3.2.2 dependabot[bot] 2025-07-16 15:53:06 +0000
  • 7ee34d0b27 Bump io.ktor:ktor-client-cio from 3.2.0 to 3.2.1 dependabot[bot] 2025-07-09 15:35:02 +0000
  • d1ec7d617d Bump org.junit.jupiter:junit-jupiter-engine from 5.13.2 to 5.13.3 dependabot[bot] 2025-07-09 15:34:50 +0000
  • 898fd0537d Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 dependabot[bot] 2025-07-09 15:34:40 +0000
  • 353603b546 Fix(VIM-3266): Set FileSaveCloseAction to OTHER_SELF_SYNCHRONIZED Xinhe Wang 2025-07-04 14:03:29 +0100
  • 2f7f0dcacb Fix(VIM-3044): correct the behavior of I in (linewise) Visual mode Xinhe Wang 2025-07-07 08:26:42 +0100
  • af9023af4b Rename insertBeforeCursor and insertAfterCursor helpers Xinhe Wang 2025-07-03 15:50:18 +0100
  • c393c902b2 Fix(VIM-2375): do not save file with ZQ Xinhe Wang 2025-07-03 15:33:19 +0100
  • c355cb7ed7 Make VimChangeGroup::changeCaseMotion not accept non-Motion argument Xinhe Wang 2025-07-03 12:37:59 +0100
  • 0803a1c195 Fix(VIM-2413): correct the range of line-wise case change commands Xinhe Wang 2025-07-03 11:04:48 +0100
  • 5208412b46 Refine Argument.Motion::isLineWiseMotion and VimMotionGroupBase::getMotionRange Xinhe Wang 2025-07-03 10:32:52 +0100
  • 78c463cf7b Add Xinhe Wang to contributors list IdeaVim Bot 2025-07-03 09:02:01 +0000
  • 8f5a44bf44 Bump org.junit.vintage:junit-vintage-engine from 5.13.1 to 5.13.2 dependabot[bot] 2025-07-02 15:55:02 +0000
  • 2377408028 Fix(VIM-2142): support gU and gu in VISUAL mode Xinhe Wang 2025-07-02 10:04:08 +0100
  • 246425b1fb
    Mark IdeaVim as a plugin that supports vim configuration Alex Plate 2025-06-27 19:43:01 +0300
  • 4eadfc1fba feat: support for "G" and "gg" motions inside the NERDtree Jakub 2025-06-24 11:26:41 +0200
  • d3c945cd6d Bump org.junit.jupiter:junit-jupiter-api from 5.13.1 to 5.13.2 dependabot[bot] 2025-06-25 16:15:40 +0000
  • 2ac46129ac Bump org.junit.jupiter:junit-jupiter-params from 5.13.1 to 5.13.2 dependabot[bot] 2025-06-25 15:52:49 +0000
  • c8d40be1ce Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 dependabot[bot] 2025-06-25 15:52:58 +0000
  • 97159a33fe Bump org.jetbrains.kotlin:kotlin-stdlib from 2.1.21 to 2.2.0 dependabot[bot] 2025-06-25 15:52:45 +0000
  • 861d585102
    Also, specify new task names in build scripts Alex Plate 2025-06-25 18:43:01 +0300
  • 126925b4eb
    Fix long running and property tests Alex Plate 2025-06-25 18:33:50 +0300
  • 9302c0a057
    Use intellij.spellchecker module for 2025.2+ builds of IJ Alex Plate 2025-06-25 17:35:46 +0300
  • ddea72f803
    Update kotlin version to 2.2.0 Alex Plate 2025-06-25 17:23:54 +0300
  • e991aa922c
    Try to increase timeout for UI tests for Rider Alex Plate 2025-06-24 17:24:46 +0300
  • 5ffaa7b084 Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1 dependabot[bot] 2025-06-18 15:54:27 +0000
  • 0d4183129d Bump org.eclipse.jgit:org.eclipse.jgit.ssh.apache dependabot[bot] 2025-06-18 15:54:15 +0000
  • 8a7fbac389 Bump org.junit.jupiter:junit-jupiter-params from 5.13.0 to 5.13.1 dependabot[bot] 2025-06-18 15:36:31 +0000
  • dbab006f83 Bump io.ktor:ktor-client-content-negotiation from 3.1.3 to 3.2.0 dependabot[bot] 2025-06-18 15:36:34 +0000
  • 3149de7b73 Bump org.junit.vintage:junit-vintage-engine from 5.13.0 to 5.13.1 dependabot[bot] 2025-06-11 15:13:24 +0000
  • 28a71f0e09 Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2025-06-11 15:13:40 +0000
  • fc7d4e614b Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1 dependabot[bot] 2025-06-11 15:13:43 +0000
  • 5b1aade876 Bump org.junit.jupiter:junit-jupiter-engine from 5.13.0 to 5.13.1 dependabot[bot] 2025-06-11 15:13:35 +0000
  • 0f0a73c139
    Set plugin version to chylex-49 customized/49 chylex 2023-11-17 12:55:52 +0100
  • 9eccf626db
    Make g0/g^/g$ work with soft wraps chylex 2025-06-10 02:52:28 +0200
  • f53f980a01
    Make gj/gk jump over soft wraps chylex 2025-05-16 00:18:11 +0200
  • 54e3f7053c
    Make camelCase motions adjust based on direction of visual selection chylex 2025-03-27 11:29:51 +0100
  • c7a8f6b4aa
    Make search highlights temporary chylex 2025-03-25 09:21:35 +0100
  • f680f0b2cd
    Exit insert mode after refactoring chylex 2024-09-05 07:37:55 +0200
  • 10131a8d57
    Add action to run last macro in all opened files chylex 2024-08-11 17:47:07 +0200
  • f5b194002c
    Stop macro execution after a failed search chylex 2024-08-11 17:34:51 +0200
  • 41e4adbd6a
    Revert per-caret registers chylex 2024-07-08 02:53:01 +0200
  • 191bf9967e
    Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +0100
  • ed84d20d4a
    Stay on same line after reindenting chylex 2024-08-10 14:26:46 +0200
  • 3e829b8949
    Update search register when using f/t chylex 2024-01-23 13:16:02 +0100
  • 28b511131b
    Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +0100
  • cc2a8d25e2
    Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +0100
  • fb9f83821b
    Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +0100
  • fcb9fd8169
    Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +0100
  • 8793889f05
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • f294059e81
    Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • c7a9fbf374
    Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +0100
  • 9b04739f15
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • f68c56b968
    Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +0200
  • 0282d99692
    Remove notifications about configuration options chylex 2025-01-15 03:45:34 +0100
  • 03be3e1be2
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • 7c233f5e1a
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • ef2d87ff6b Add Thomas Canava to contributors list IdeaVim Bot 2025-06-07 09:02:03 +0000
  • 75cd79312c
    Which-Key plugin don't use VimShortcutKeyAction anymore, so we can hide it Alex Plate 2025-05-30 19:49:57 +0300
  • b868e0cb81 test: Update tests to match new keys Thomas Canava 2025-06-05 20:54:03 +0200
  • 30c972ee1e fix: Vim macro not working with arrows Thomas Canava 2025-06-01 19:26:36 +0200
  • 761f6f5fb9 Implement pumvisible() function chylex 2025-05-16 17:00:01 +0200
  • 1e3738314a Add support for := to print line number Matt Ellis 2025-05-15 00:25:34 +0100
  • f47388175b Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 16:24:48 +0000
  • 779de5e29c Bump org.junit.jupiter:junit-jupiter-params from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 16:07:24 +0000
  • 1f0cca17cf Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 15:49:28 +0000
  • d09592824c Bump org.junit.jupiter:junit-jupiter-engine from 5.12.2 to 5.13.0 dependabot[bot] 2025-06-04 15:49:21 +0000