jaeheum / visck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visck shortcuts

An alternate of vis-digraph(1)

usage

Same as vis-digraph: Enter a digraph listed in the second column of keyboard to get its unicode output in the corresponding third column.

license

installation

$ cp shortcuts.lua keyboard ~/.config/vis/plugins
# and edit visrc.lua to include
require('plugins/shortcuts')

bugs

  • overrides C-k shortcut of vis-diagraph (set lua/plugins/digraph.lua)
  • does not match vis-digraph(1) exit status
  • location of data file (keyboard) is hardcoded to ~/.config/vis/plugins
  • off-by-one $NF in keyboard not corrected

About


Languages

Language:Lua 100.0%