You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/searchindex.json

1 line
110 KiB
JSON

{"doc_urls":["install.html#installation","install.html#osx","install.html#linux","install.html#nixos","install.html#arch-linux","install.html#build-from-source","usage.html#usage","configuration.html#configuration","configuration.html#theme","keymap.html#keymap","keymap.html#normal-mode","keymap.html#movement","keymap.html#changes","keymap.html#selection-manipulation","keymap.html#search","keymap.html#diagnostics","keymap.html#select--extend-mode","keymap.html#view-mode","keymap.html#goto-mode","keymap.html#object-mode","keymap.html#window-mode","keymap.html#space-mode","keymap.html#picker","remapping.html#key-remapping","hooks.html#hooks"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":2,"title":1},"1":{"body":10,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":4,"title":2},"11":{"body":140,"breadcrumbs":3,"title":1},"12":{"body":65,"breadcrumbs":3,"title":1},"13":{"body":74,"breadcrumbs":4,"title":2},"14":{"body":33,"breadcrumbs":3,"title":1},"15":{"body":28,"breadcrumbs":3,"title":1},"16":{"body":24,"breadcrumbs":5,"title":3},"17":{"body":40,"breadcrumbs":4,"title":2},"18":{"body":61,"breadcrumbs":4,"title":2},"19":{"body":6,"breadcrumbs":4,"title":2},"2":{"body":0,"breadcrumbs":2,"title":1},"20":{"body":33,"breadcrumbs":4,"title":2},"21":{"body":37,"breadcrumbs":4,"title":2},"22":{"body":36,"breadcrumbs":3,"title":1},"23":{"body":129,"breadcrumbs":5,"title":2},"24":{"body":0,"breadcrumbs":3,"title":1},"3":{"body":15,"breadcrumbs":2,"title":1},"4":{"body":15,"breadcrumbs":3,"title":2},"5":{"body":52,"breadcrumbs":3,"title":2},"6":{"body":0,"breadcrumbs":2,"title":1},"7":{"body":0,"breadcrumbs":2,"title":1},"8":{"body":180,"breadcrumbs":2,"title":1},"9":{"body":0,"breadcrumbs":3,"title":1}},"docs":{"0":{"body":"We provide pre-built binaries on the GitHub Releases page .","breadcrumbs":"Installation » Installation","id":"0","title":"Installation"},"1":{"body":"A Homebrew tap is available: brew tap helix-editor/helix\nbrew install helix","breadcrumbs":"Installation » OSX","id":"1","title":"OSX"},"10":{"body":"","breadcrumbs":"Configuration » Keymap » Normal mode","id":"10","title":"Normal mode"},"11":{"body":"NOTE: f, F, t and T are not confined to the current line. Key Description h, Left Move left j, Down Move down k, Up Move up l, Right Move right w Move next word start b Move previous word start e Move next word end t Find 'till next char f Find next char T Find 'till previous char F Find previous char Home Move to the start of the line End Move to the end of the line m Jump to matching bracket PageUp Move page up PageDown Move page down Ctrl-u Move half page up Ctrl-d Move half page down Ctrl-i Jump forward on the jumplist TODO: conflicts tab Ctrl-o Jump backward on the jumplist v Enter select (extend) mode g Enter goto mode : Enter command mode z Enter view mode Ctrl-w Enter window mode (maybe will be remove for spc w w later) Space Enter space mode K Show documentation for the item under the cursor","breadcrumbs":"Configuration » Keymap » Movement","id":"11","title":"Movement"},"12":{"body":"Key Description r Replace with a character R Replace with yanked text i Insert before selection a Insert after selection (append) I Insert at the start of the line A Insert at the end of the line o Open new line below selection o Open new line above selection u Undo change U Redo change y Yank selection p Paste after selection P Paste before selection > Indent selection < Unindent selection = Format selection d Delete selection c Change selection (delete and enter insert mode)","breadcrumbs":"Configuration » Keymap » Changes","id":"12","title":"Changes"},"13":{"body":"Key Description s Select all regex matches inside selections S Split selection into subselections on regex matches Alt-s Split selection on newlines ; Collapse selection onto a single cursor Alt-; Flip selection cursor and anchor % Select entire file x Select current line X Extend to next line [ Expand selection to parent syntax node TODO: pick a key J join lines inside selection K keep selections matching the regex TODO: overlap