Skip to content

the shortcut key for change file in nvim #1040

Closed Answered by ayamir
longintlong asked this question in Q&A
Discussion options

You must be logged in to vote
  1. ["n|<A-j>"] = map_cr("BufferLineCycleNext"):with_noremap():with_silent():with_desc("buffer: Switch to next"),
    ["n|<A-k>"] = map_cr("BufferLineCyclePrev"):with_noremap():with_silent():with_desc("buffer: Switch to prev"),
  2. <C-o> i.e. Ctrl-o

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@longintlong
Comment options

@ayamir
Comment options

Answer selected by longintlong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants