Skip to content

Commit 910084b

Browse files
authored
Add mode keybindings for Codex toggle (#16)
1 parent 0bb28eb commit 910084b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ return {
3737
'<leader>cc', -- Change this to your preferred keybinding
3838
function() require('codex').toggle() end,
3939
desc = 'Toggle Codex popup',
40+
mode = { 'n', 't' }
4041
},
4142
},
4243
opts = {

0 commit comments

Comments
 (0)