Skip to content

Replace arrow keys with Ctrl + hjkl binding using Karabiner on Mac.

Notifications You must be signed in to change notification settings

Kodakolor/vim-style-cursor-move

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Style Cursor Move

The keybinding details are as following:

CTRL + h           ->   LEFT                 (Cursor left one character)
CTRL + j           ->   LEFT                 (Cursor down line)
CTRL + k           ->   UP                   (Cursor up line)
CTRL + l           ->   RIGHT                (Cursor right one character)


## MacOS - Karabiner

1. Install [Karabiner](https://karabiner-elements.pqrs.org/).
2. Clone this repository.
3. Open https://genesy.github.io/karabiner-complex-rules-generator/
4. Paste the content of `./mac-os/karabiner/karabiner.json` to the right bottom textbox.
5. Click `Install!` to install the configuration into your local Karabiner.

About

Replace arrow keys with Ctrl + hjkl binding using Karabiner on Mac.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 86.2%
  • Python 13.8%