View Single Post
Old 02-21-2023, 11:52 PM   #1
lakedai
Junior Member
lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.lakedai ought to be getting tired of karma fortunes by now.
 
Posts: 4
Karma: 381304
Join Date: Feb 2023
Device: none
[GUI Plugin] VimStyle

I have created a simple plugin to provide VIM like keyboard shortcuts

The default shortcuts are:

J ---> next row
K ---> previous row
Ctrl+F ---> page down
Ctrl+B ---> page up
G ---> first row
Shift+G ---> last row
H ---> left cell in a row
L ---> right cell in a row
Shift+H or 0 ---> first cell in a row (note: the key is zero, not english O)
Shift+L or $ ---> last cell in a row

They can be overridden in Preferences->Shortcuts->Vim style:
Attached Files
File Type: zip Vimstyle_0.1.0.zip (7.7 KB, 118 views)

Last edited by BetterRed; 02-24-2023 at 04:29 PM. Reason: Attach new version
lakedai is offline   Reply With Quote