You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once your fingers have [learned](https://www.thejach.com/view/2012/07/vims_learning_curve_is_wrong) to speak Vim, they don't want to speak anything else! It's simply a very effective way of navigating, creating and editing text. Thus, it's natural that one would like to get Vim-like keybindings in as many programs we use as possible.
@@ -27,6 +28,12 @@ There are of course already lists like this one floating around on the internet
27
28
28
29
(yes, technically it is **vi**-like keybindings we talk about here, but most people know and Google for vim, thus vim is used here instead of vi).
29
30
31
+
32
+
> [!TIP]
33
+
> **Tip**: navigate this document easily by using GitHub's built-in Markdown Table of Contents in the top left corner:
34
+
> <ahref="#"title="GitHub built-in Table of Contents for markdown files."><imgsrc="img/github_md_toc.png"width="256"alt="ToC"></a>
35
+
36
+
30
37
## Legend
31
38
The following symbols are used with each list item to make it clearer what kind of Vim keybindings support exist
32
39
*:white_check_mark: - built-in support (possibly via a setting)
@@ -35,8 +42,7 @@ The following symbols are used with each list item to make it clearer what kind
35
42
Terminology:
36
43
*[TUI](https://itlaw.fandom.com/wiki/Text_user_interface) - Text User Interface
37
44
38
-
**Tip**: navigate this file easily by using GitHub's built-in Markdown Table of Contents in the top left corner:
39
-
<ahref="#"title="GitHub built-in Table of Contents for markdown files."><imgsrc="img/github_md_toc.png"width="256"alt="ToC"></a>
45
+
40
46
41
47
42
48
@@ -567,6 +573,10 @@ We know that Vi-[clones](http://www.linfo.org/vi/clones.html)/derivatives have V
567
573
* :white_check_mark: [VNote](https://vnotex.github.io/vnote/en_us/) - A note taking app.
568
574
569
575
576
+
577
+
578
+
579
+
570
580
# Contributing
571
581
This is a collaborative list -- please fork and make a pull request to add or improve the entries here! The initial contributions by the repo owner is limited to the tools he uses or knows of, so there is a lot of room for further additions here!
0 commit comments