mirror of
https://github.com/neovim/neovim.git
synced 2026-07-14 05:10:36 +00:00
feat(normal): normal-mode ZR does :restart
Make it a normal-mode command instead of a default mapping.
This commit is contained in:
@@ -171,7 +171,6 @@ you never want any default mappings, call |:mapclear| early in your config.
|
||||
- Treesitter defaults |treesitter-defaults|
|
||||
- |v_an| |v_in|
|
||||
- |v_]n| |v_[n|
|
||||
- |ZR|
|
||||
|
||||
DEFAULT AUTOCOMMANDS
|
||||
*default-autocmds*
|
||||
@@ -389,6 +388,7 @@ Input/Mappings:
|
||||
Normal commands:
|
||||
- |gO| shows a filetype-defined "outline" of the current buffer.
|
||||
- |Q| replays the last recorded macro instead of switching to Ex mode (|gQ|).
|
||||
- |ZR| performs |:restart|
|
||||
|
||||
Options:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user