Movatterモバイル変換


[0]ホーム

URL:


Help

Nvim:help pages,generated fromsource using thetree-sitter-vimdoc parser.


NVIM - help k Move around: Use the cursor keys, or "h" to go left, h l "j" to go down, "k" to go up, "l" to go right. jClose this window: Use ":q<Enter>". Get out of Vim: Use ":qa!<Enter>" (careful, all changes are lost!).
Jump to a subject: Position the cursor on a tag (e.g.bars) and hitCTRL-]. With the mouse: Double-click the left mouse button on a tag, e.g.bars.Jump back: TypeCTRL-O. Repeat to go further back.
Get specific help: It is possible to go directly to whatever you want help on, by giving an argument to the:help command. Prepend something to specify the context:
WHATPREPEND EXAMPLE
Normal mode command :help x Visual mode command v_ :help v_u Insert mode command i_ :help i_<Esc> Command-line command : :help :quit Command-line editing c_ :help c_<Del> Vim command argument - :help -r Option ' :help'textwidth' Regular expression / :help /[ Seehelp-summary for more contexts and an explanation. Seenotation for an explanation of the help syntax.
Search for help: Type ":help word", then hitCTRL-D to see matching help entries for "word". Or use ":helpgrep word".:helpgrep
Getting started: Do the Vim tutor, a 30-minute interactive course for the basic commands, seevimtutor. Read the user manual from start to end:usr_01.txt
Vim stands for Vi IMproved. Most of Vim was made by Bram Moolenaar, but onlythrough the help of many others. Seecredits.

NVIM DOCUMENTATION

ABOUT NVIMreference_tocdoc-file-listQ_ct

news News since the previous releasenvim Transitioning from Vimvim-differences Nvim compared to Vimfaq Frequently Asked Questionsuser-manual User manual: How to accomplish editing tasks.quickref Overview of common commandstutor 30-minute interactive course for beginnerscopying About copyrightsiccf Helping poor children in Ugandasponsor Sponsor Vim development, become a registered Vim userwww Vim on the World Wide Webbugs Where to send bug reportssupport Supported platforms

GENERAL

intro Introduction to Vim; notation used in help fileshelphelp Using the :help filesindex Index of all commandstips Various tips on using Vimmessage.txt (Error) messages and explanationsuganda.txt Vim distribution and what to do with your money

BASIC EDITING

starting Starting Vim, Vim command arguments, initialisationedit-files Editing and writing filesmotion.txt Commands for moving aroundscrolling Scrolling the text in the windowinsert.txt Insert and Replace modechange.txt Deleting and replacing textundo-redo Undo and Redorepeat.txt Repeating commands, Vim scripts and debuggingvisual-mode Using Visual mode (selecting text)various Various other commandscrash-recovery Recovering from a crash

ADVANCED EDITING

cmdline Command-line editingoptions Description of all optionspattern-searches Vim regexp patterns and search commandskey-mapping Key mapping (shortcuts), abbreviationstags Tags and special searcheswindows Commands for using windows and bufferstabpage Commands for using tabpagesspell Spell checkingdiff Comparing filesfolding Hide (fold) ranges of linesterminal Embedded terminal emulator

API (EXTENSIBILITY/SCRIPTING/PLUGINS)

api Nvim API via RPC, Lua and Vimscriptui Nvim UI protocollua-guide Nvim Lua guidelua Lua APIluaref Lua reference manualluvref Luv (vim.uv) reference manualautocmd Event handlersjob-control Spawn and control multiple processeschannel Nvim asynchronous IOvimscript Vimscript referencevimscript-functions Vimscript functionstesting.txt Vimscript testing functionsremote-plugin Nvim remote pluginshealth Health checking

PROGRAMMING LANGUAGE SUPPORT

lsp Language Server Protocol (LSP)diagnostic-api Diagnostic frameworktreesitter Incremental syntax parsingindent.txt automatic indenting for C and other languagessyntax syntax highlightingfiletype Settings for specific types of filesquickfix Commands for a quick edit-compile-fix cycleft_ada.txt Ada filetype pluginft_hare.txt Filetype plugin for Hareft_ps1.txt PowerShell filetype pluginft_raku.txt Raku filetype pluginft_rust.txt Rust filetype pluginft_sql.txt SQL filetype plugin

UI

tui Builtin UIgui External (graphical) UIssigns Signs displayed as window decorations (the "gutter")

LANGUAGE SUPPORT

digraph List of available digraphsmbyte.txt Multibyte text supportmlang.txt Non-English language supportrileft.txt Right-to-left editing modearabic.txt Arabic language support and editinghebrew.txt Hebrew language support and editingrussian.txt Russian language support and editingvietnamese.txt Vietnamese language support and editing

INTEROP

provider Builtin remote plugin hostsif_perl Perl interfaceif_pyth Python interfaceif_ruby Ruby interface

VERSIONS

deprecatedDeprecated features that will be removedvi-differences Differences between Vim and Vi

DEVELOPING NVIM

dev Development of Nvimdev-arch Internal architecture, modules, data structuresdev-style Development style guidelinesdev-theme Design guidelines (colorschemes etc.)dev-tools Tools and techniques for developing Nvimdev-vimpatch Merging patches from Vim
Standard plugins
standard-plugin-list
pi_gzip.txt Reading and writing compressed filespi_msgpack.txt msgpack utilitiespi_paren.txt Highlight matching parenspi_spec.txt Filetype plugin to work with rpm spec filespi_tar.txt Tar file explorerpi_zip.txt Zip archive explorernetrw Reading and writing files over a network
Local additions

Bars examplebars

Now that you've jumped here withCTRL-] or a double mouse click, you can useCTRL-T,CTRL-O, g<RightMouse>, or<C-RightMouse> to go back to where you were.
Note that tags are within | characters, but when highlighting is enabled thesecharacters are hidden. That makes it easier to read a command.
You can useCTRL-] on any word (even if it is not within "|") and Nvim willtry to find help for it. Especially for options in single quotes, e.g.'hlsearch'.
Main
Commands index
Quick reference

NVIM DOCUMENTATION
ABOUT NVIM
GENERAL
BASIC EDITING
ADVANCED EDITING
API (EXTENSIBILITY/SCRIPTING/PLUGINS)
PROGRAMMING LANGUAGE SUPPORT
UI
LANGUAGE SUPPORT
INTEROP
VERSIONS
DEVELOPING NVIM
Bars example

[8]ページ先頭

©2009-2025 Movatter.jp