All Projects → jongbinjung → ahk-vim-navigation

jongbinjung / ahk-vim-navigation

Licence: other
A Vim-like navigation script for AutoHotKey_L

Programming Languages

autohotkey
350 projects

A Vim-like navigation script for AutoHotKey_L

Written by: Jongbin Jung (olorin86 at gmail dot com)

Created on December 15, 2012

Introduction

Activate Vi Mode (Normal Mode) by double-tapping the Esc key. Deactivate Vi Mode by pressing Esc key again.

Simple navigations (hjkl, wb) can be acheived using a Space + key combo.

Commands

regular movements

  • hjkl: cursor movements

  • w: move to next word

  • b: move to previous word

  • 0: go to beginning of line

  • -: go to end of line (this is just how I use it personally in VIM)

  • $: go to end of line (for general compatibility... :D)

editting commands

  • y: Copy

  • d: Cut

  • p: Paste

  • u: undo (Ctrl+z)

  • /: Search (Ctrl+f)

... and more to come! ;)

Change Logs

08/20/2014

  • Add hotkey for search (Ctrl+f)

08/17/2014

  • Changed ad-hoc navigation modifier to Space
  • ad-hoc navigation works with all modifiers
  • Changed hotkey for Vi-mode to double Esc (instead of Shift)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].