We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8130b56 commit 8ea546fCopy full SHA for 8ea546f
1 file changed
lua/claude-code/keymaps.lua
@@ -176,14 +176,14 @@ function M.setup_terminal_navigation(claude_code, config)
176
vim.api.nvim_buf_set_keymap(
177
buf,
178
't',
179
- config.keymaps.window_navigation.page_down,
+ config.keymaps.scrolling.page_down,
180
[[<C-\><C-n><C-f>i]],
181
{ noremap = true, silent = true, desc = 'Scroll full page down' }
182
)
183
184
185
186
- config.keymaps.window_navigation.page_up,
+ config.keymaps.scrolling.page_up,
187
[[<C-\><C-n><C-b>i]],
188
{ noremap = true, silent = true, desc = 'Scroll full page up' }
189
0 commit comments