Skip to content

Release for v3.14.4

Compare
Choose a tag to compare
@Avimitin Avimitin released this 13 Jan 10:38
· 1596 commits to master since this release

3.14.4

I am working on the new document: https://avimitin.github.io/nvim. The basic keymap section is finished now.

Breaking Changes:

  • keymap: add ctrl as prefix key when resize (See commit b545faf)
  • keymap: use arrow key to navigate between windows (See commit 70576e9)
  • keymap: delete the duplicate new tab keymap, only Ctrl-t n is kept (See commit 6369ca6)
  • keymap: set gf to buffer format, set gq to set_loclist, set gt to type_definition (See commit 346bfe5 and 3111d49)

Notes: You can now checkout all available lsp keymap by command: :nmap g.

Features:

  • plugin: add plugin vim-startuptime, you can see the startuptime graph by command :StartupTime (See commit 7018a3e)
  • command: add Cmt to make a commit, add Psh to push changes. (See commit 8b9d959)
  • plugin: add new plugin FixCursorHold.nvim to fix the laggy event (See commit 0164a37)