File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ return {
3131 desc = " Explain this code" ,
3232 }
3333 maps .n [prefix .. " n" ] = {
34- function () require (" opencode" ).command " session_new " end ,
34+ function () require (" opencode" ).command " session.new " end ,
3535 desc = " New session" ,
3636 }
3737 maps .n [prefix .. " s" ] = {
3838 function () require (" opencode" ).select () end ,
3939 desc = " Select prompt" ,
4040 }
4141 maps .n [" <S-C-u>" ] = {
42- function () require (" opencode" ).command " messages_half_page_up " end ,
42+ function () require (" opencode" ).command " session.half.page.up " end ,
4343 desc = " Messages half page up" ,
4444 }
4545 maps .n [" <S-C-d>" ] = {
46- function () require (" opencode" ).command " messages_half_page_down " end ,
46+ function () require (" opencode" ).command " session.half.page.down " end ,
4747 desc = " Messages half page down" ,
4848 }
4949
You can’t perform that action at this time.
0 commit comments