Last active
August 9, 2022 05:30
Hellfred Basics: Initialise Hellprompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- ... hellfred/hellfred-bootstrap.lua | |
local hellprompt = require('hellfred.hellprompt.hellprompt') | |
-- Initialise Hellprompt, passing a hotkey | |
hellprompt.init({{'shift','ctrl'},'h'}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment