Last active
August 9, 2022 05:30
-
-
Save braddevelop/11e9b4871182f90c57313ab6ffa939a4 to your computer and use it in GitHub Desktop.
Hellfred Basics: Initialise Hellprompt
This file contains 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