mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-01-09 13:42:46 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
088c868c35
11
README.md
11
README.md
@ -92,10 +92,12 @@ Please [see here](/CHANGES.md) for a detailed list of changes.
|
||||
AceJump is inspired by prior work, but adds several improvements, including:
|
||||
|
||||
* **Target mode**: Jump and select an full word in one rapid motion.
|
||||
* **Real-time** search: Type any string in the editor, and AceJump will highlight and tag matches as you type.
|
||||
* **Real-time** search: Type any string in the editor, and AceJump will highlight and tag matches instantly.
|
||||
* **Full text** search: If a string is not visible on the screen, AceJump will scroll to the next occurrence.
|
||||
* **Smart tag** rendering: Tags will occupy nearby whitespace if available, rather than block text.
|
||||
* **Keyboard-friendly tags**: AceJump tries to minimize finger travel distance on QWERTY keyboards.
|
||||
* **Keyboard-friendly** tagging: AceJump tries to minimize finger travel distance on QWERTY keyboards.
|
||||
* **Line-mode**: Jump to the first, last, or first non-whitespace character of a line.
|
||||
* [Coming soon](#214): **Word-mode**: Jump to any word on screen.
|
||||
|
||||
The following plugins have a similar UI for navigating text and web browsing:
|
||||
|
||||
@ -110,10 +112,13 @@ The following plugins have a similar UI for navigating text and web browsing:
|
||||
| [VSCodeVim](https://github.com/VSCodeVim/Vim) | [Visual Studio Code](https://code.visualstudio.com/) |✅|[TypeScript](https://www.typescriptlang.org/)|
|
||||
| [AceJump](https://github.com/jsturtevant/ace-jump) | [Visual Studio](https://www.visualstudio.com/) |✅|[C#](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/)|
|
||||
| [cVim](https://github.com/1995eaton/chromium-vim) | [Chrome](https://www.google.com/chrome) |✅|[JavaScript](https://www.javascript.com/)|
|
||||
| [SurfingKeys](https://github.com/brookhong/Surfingkeys) | [Chrome](https://www.google.com/chrome) |✅|[JavaScript](https://www.javascript.com/)|
|
||||
| [SurfingKeys](https://github.com/brookhong/Surfingkeys) | [Chrome](https://www.google.com/chrome) / [Firefox](https://www.mozilla.org/firefox) |✅|[JavaScript](https://www.javascript.com/)|
|
||||
| [Vimium](https://github.com/philc/vimium) | [Chrome](https://www.google.com/chrome) |✅|[CoffeeScript](http://coffeescript.org/)|
|
||||
| [Vrome](https://github.com/jinzhu/vrome) | [Chrome](https://www.google.com/chrome) |❌|[CoffeeScript](http://coffeescript.org/)|
|
||||
| [ViChrome](https://github.com/k2nr/ViChrome) | [Chrome](https://www.google.com/chrome) |❌|[CoffeeScript](http://coffeescript.org/)|
|
||||
| [VimFx](https://github.com/akhodakivskiy/VimFx) | [Firefox](https://www.mozilla.org/firefox) |✅|[CoffeeScript](http://coffeescript.org/)|
|
||||
| [Vimperator](https://github.com/vimperator/vimperator-labs/) | [Firefox](https://www.mozilla.org/firefox) |✅|[JavaScript](https://www.javascript.com/)|
|
||||
| [Pentadactyl](https://github.com/5digits/dactyl) | [Firefox](https://www.mozilla.org/firefox) |✅|[JavaScript](https://www.javascript.com/)|
|
||||
| [Vim Vixen](https://github.com/ueokande/vim-vixen) | [Firefox 57+](https://blog.mozilla.org/addons/2017/09/28/webextensions-in-firefox-57/) |✅|[JavaScript](https://www.javascript.com/)|
|
||||
| [Tridactyl](https://github.com/ueokande/vim-vixen) | [Firefox 57+](https://blog.mozilla.org/addons/2017/09/28/webextensions-in-firefox-57/) |✅|[TypeScript](https://www.typescriptlang.org/)|
|
||||
| [Vimari](https://github.com/guyht/vimari) | [Safari](https://www.apple.com/safari/) |✅|[JavaScript](https://www.javascript.com/)|
|
||||
|
Loading…
Reference in New Issue
Block a user