Giter Club home page Giter Club logo

vimdows-navigation's Introduction

Vimdows Navigation

Vimdows Navigation tries to allow you to use Vim (or vim-like) commands outside of vim. The original script was written by Rich Alesi, and most of the credit for this script goes to him. I modified a variety of things, but I would have had no idea how to even begin this if it weren't for Alesi's code.

It isn't perfect, of course, but I've found it useful. You can run the .exe, or download Autohotkey. Either way, this'll run in your system notification area until activated, when it'll show an icon on your taskbar.

###Activation

Vim "mode": Toggle with Shift+Esc; i will also exit this mode

Quick Vim keys: CapsLock + cmd

Note that because of the way Quick Vim functions, you will have to use Ctrl+CapsLock to toggle CapsLock.

Keys                                   Function
====                                   ========
h, j, k, l, w, b, $, ^                 navigation
dd, d<w, b, $, ^>                      deletion
o, O                                   insert lines and exit vim 'mode'
p, P                                   paste lines
v                                      yank mode; not perfect
                                           hit y after you're done selecting to copy
<#[cmd]>                               Run 'cmd' # times. E.g. 3dd, 4w, 10l, etc
u, <shift> u                           Undo, redo
/, n                                   Find, next found result (Uses Ctrl + F and F3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.