File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ local config = {
121
121
chat_finder_pattern = " topic " ,
122
122
-- if true, finished ChatResponder won't move the cursor to the end of the buffer
123
123
chat_free_cursor = false ,
124
- -- control whether to type G whenever the chat buffer is focused
125
- jump_to_bottom = true ,
126
124
127
125
-- how to display GpChatToggle or GpContext: popup / split / vsplit / tabnew
128
126
toggle_target = " vsplit" ,
Original file line number Diff line number Diff line change @@ -1365,11 +1365,6 @@ M.prep_md = function(buf)
1365
1365
-- register shortcuts local to this buffer
1366
1366
buf = buf or vim .api .nvim_get_current_buf ()
1367
1367
1368
- -- move cursor to a new line at the end of the file
1369
- if M .config .jump_to_bottom then
1370
- M ._H .feedkeys (" G" , " x" )
1371
- end
1372
-
1373
1368
-- ensure normal mode
1374
1369
vim .api .nvim_command (" stopinsert" )
1375
1370
M ._H .feedkeys (" <esc>" , " x" )
You can’t perform that action at this time.
0 commit comments