Skip to content

Commit 403eef8

Browse files
committed
test(replay): disable esc to close on input window
1 parent 07c25d4 commit 403eef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/manual/renderer_replay.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function M.setup_windows(opts)
5252
vim.api.nvim_set_option_value('statuscolumn', '%l%= ', { win = state.windows.output_win })
5353
end
5454
pcall(vim.api.nvim_buf_del_keymap, state.windows.output_buf, 'n', '<esc>')
55+
pcall(vim.api.nvim_buf_del_keymap, state.windows.input_buf, 'n', '<esc>')
5556
end
5657
end)
5758

0 commit comments

Comments
 (0)