v0.10.0-beta.0 #161
Replies: 3 comments 1 reply
-
This release is for people living on the edge to play around with lua native support by moving config from Syntax: version = 'v0.10.0-beta.0'
config = xplr.config
config.general.default_ui.prefix = ' '
config.general.default_ui.suffix = ''
config.general.focus_ui.prefix = '▸'
config.general.focus_ui.suffix = ''
config.general.focus_ui.style.fg = { Rgb = { 170, 150, 130 } }
config.general.focus_ui.style.bg = { Rgb = { 50, 50, 50 } }
config.general.focus_ui.style.add_modifiers = { 'Bold' }
-- Remap
config.modes.builtin.default.key_bindings.on_key.e = config.modes.builtin.action.key_bindings.on_key.e
-- Remove (one of the lua surprises - setting key to `nil` removes the table entry)
config.modes.builtin.action.key_bindings.on_key.e = nil There are further plans like adding plugin support, moving from handlebars to native lua, add |
Beta Was this translation helpful? Give feedback.
-
I think that's it. It was quite a journey, but now I can say Notable changes since
cc @maximbaz In case you missed this. |
Beta Was this translation helpful? Give feedback.
-
Join #183 for further discussion. |
Beta Was this translation helpful? Give feedback.
-
Changes & fixes
~/.config/xplr/init.lua
(see this).This discussion was created from the release v0.10.0-beta.0.
Beta Was this translation helpful? Give feedback.
All reactions