https://github.com/hrsh7th/vim-foolish-move
https://github.com/hrsh7th/vim-foolish-move
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrsh7th/vim-foolish-move
- Owner: hrsh7th
- Created: 2019-04-24T12:05:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T06:46:42.000Z (over 5 years ago)
- Last Synced: 2025-01-03T08:13:51.980Z (9 months ago)
- Language: Vim script
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foolish_move
## Usage
```VimL
nnoremap h :call foolish_move#stop()h
nnoremap j :call foolish_move#stop()j
nnoremap k :call foolish_move#stop()k
nnoremap l :call foolish_move#stop()l
nnoremap H :call foolish_move#flick('left')
nnoremap J :call foolish_move#flick('down')
nnoremap K :call foolish_move#flick('up')
nnoremap L :call foolish_move#flick('right')
```