the shortcut key for change file in nvim #1040
-
Beta Was this translation helpful? Give feedback.
Answered by
ayamir
Oct 26, 2023
Replies: 2 comments 2 replies
-
I don't know if nvimdots has a shortcut key, but I map vim.keymap.set('n', '<D-]>', '<cmd>bnext<cr>')
vim.keymap.set('n', '<D-[>', '<cmd>bprevious<cr>')
use CTRL-O |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
longintlong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvimdots/lua/keymap/ui.lua
Lines 9 to 10 in 370bd64
<C-o>
i.e. Ctrl-o