FakeVim | Vim emulation in QTextEdit , QPlainTextEdit and similar Qt | Text Editor library

 by   hluk C++ Version: Current License: LGPL-2.1

kandi X-RAY | FakeVim Summary

kandi X-RAY | FakeVim Summary

FakeVim is a C++ library typically used in Editor, Text Editor applications. FakeVim has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.

FakeVim is library to emulate Vim in QTextEdit, QPlainTextEdit and possibly other Qt widgets.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FakeVim has a low active ecosystem.
              It has 120 star(s) with 21 fork(s). There are 11 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 18 open issues and 28 have been closed. On average issues are closed in 111 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of FakeVim is current.

            kandi-Quality Quality

              FakeVim has 0 bugs and 51 code smells.

            kandi-Security Security

              FakeVim has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FakeVim code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FakeVim is licensed under the LGPL-2.1 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              FakeVim releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.
              It has 400 lines of code, 44 functions and 2 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FakeVim
            Get all kandi verified functions for this library.

            FakeVim Key Features

            No Key Features are available at this moment for FakeVim.

            FakeVim Examples and Code Snippets

            No Code Snippets are available at this moment for FakeVim.

            Community Discussions

            QUESTION

            Fakevim replaces everything instead of one at a time replacement (:%s/A/B/gc)
            Asked 2018-Jan-14 at 07:24

            I am using Fakevim in Qt Creator 4.5.0. One of my most frequently used commands in normal vim is :%s/exprA/exprB/gc . However, in Fakevim, this works just like :%s/exprA/exprB/g - it replaces everything, and doesn't let me scan through and choose which replaces to carry out.

            I Googled this topic, and couldn't find a similar bug report, or setting that I need to change in Qt Creator. Am I missing something?

            ...

            ANSWER

            Answered 2018-Jan-14 at 07:24

            Unfortunately, FakeVim doesn't support c substitution flag. It ignores any unrecognized flag. That's why in FakeVim :%s/exprA/exprB/gc works same as :%s/exprA/exprB/g.

            Source https://stackoverflow.com/questions/48236446

            QUESTION

            How to run qt project using fakevim keymap in qtcreator?
            Asked 2017-Feb-06 at 12:54

            I would like to map qq key in FakeVim insert mode or command mode to run the current project. I googled but found nothing.There is option for Ex Command mapping. But I have no idea about it.

            ...

            ANSWER

            Answered 2017-Feb-06 at 12:54

            Assign "Run" action to "run" ex command in FakeVim configuration.

            Then put map qq :run line in your vimrc file which is read by FakeVim (default is %USERPROFILE%\_vimrc on Windows or ~/.vimrc; the path can be changed in "General" config tab).

            Source https://stackoverflow.com/questions/42059599

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FakeVim

            To build the library and simple example editor (in example directory), run following commands:.

            Support

            Most of supported commands can be followed by motion command or executed in visual mode, work with registers or can be prefixed with number of repetitions. Here is list of emulated commands with description where it can diverge from Vim in functionality.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/hluk/FakeVim.git

          • CLI

            gh repo clone hluk/FakeVim

          • sshUrl

            git@github.com:hluk/FakeVim.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link