Skip to content

jongbinjung/ahk-vim-navigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Vim-like navigation script for AutoHotKey_L

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published