2.4.2 (2024-12-09)
- util: check for buffer-local mappings (aa4c7d9)
2.4.1 (2024-09-06)
2.4.0 (2024-08-18)
- expose active state (7019de5)
2.3.3 (2024-08-12)
2.3.2 (2024-08-11)
- invalid bufnr in scheduled function (a90c0bb)
2.3.1 (2024-08-08)
2.3.0 (2024-08-08)
- util:
is_mapping
no longer produces false results (9a5d22e)
2.2.1 (2024-07-05)
- command:
*
not needed in regex (ecd1887)
2.2.0 (2024-07-03)
- config: allow users to set all of the win_opts (1a7d6d5)
2.1.0 (2024-06-15)
- fire user events (0df9640)
2.0.0 (2024-06-13)
- config:
show_leader
is nowtrue
by default
- add an option for map-grouping (7f93737)
- add an option to show
leader
in mappings (a2b9372) - api: expose
get_keys
function (f3e2df4) - api: provide
redraw
function (a853a75) - config:
show_leader
is nowtrue
by default (f03995d) - config: add an option to customize
<leader>
symbol (7b54d74) - config: added types for options (da19003)
- config: move
keys
to config (09f1692) - config: support (almost) all of the
nvim_open_win
opts (18ba235) - config: use api types for
win_opts
(805e958) - config: users can now specify
row
andcol
(2f16f53) - config: validate user config (9dfeffb)
- health:
:checkhealth screenkey
support (e636ef3) - implement config module (c398ade)
- init: no need to call
setup
function (8c56222) - introduce display_infront/behind (7ff6fb0)
- logger: implement simple logger (86f3b00)
- make the Screenkey window persistent (39af61f)
- statusline-component: toggle statusline component (#19) (7806e34)
- user commands: add various subcommands (b2cfe5e)
- user commands: logger commands (3d585e6)
- util: optional function for comparing values in tbl_contains (9fe269a)
- ignore mouse input, record left and right arrow keys (d5beab2)
- user commands: copy pasta... (d064501)
1.4.1 (2024-05-02)
- remove unnecessary padding (ff32c3e)
1.4.0 (2024-04-20)
- tabs: move the screenkey to the current tab-page (fe9c1e8)
1.3.1 (2024-04-18)
typed
is a nil value, screenkey shows nothing (6dc082f)
1.3.0 (2024-04-17)
- config: disable screenkey for specified file/buf types (82b00c6)
1.2.1 (2024-04-17)
1.2.0 (2024-04-16)
- timer: clear screenkey buffer after specified time (f7204a4)
1.1.0 (2024-04-16)
- keys: recognize ctrl/alt/super/shift key combination (bc3c9e9)
- keys: prevent
key = nil
errors, resetqueued_keys
(796350c)