We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b072369 commit 05b9f88Copy full SHA for 05b9f88
README.md
@@ -72,6 +72,12 @@ require("live-command").setup {
72
Each command you want to preview needs a name (which must be uppercase) and
73
an existing command to run on each keypress, specified via the `cmd` field.
74
75
+If you want to keep the name of existing commands, you can assign an alias like so:
76
+
77
+```lua
78
+vim.cmd("cnoreabbrev norm Norm")
79
+```
80
81
## :gear: Customization
82
83
If you wish to customize the plugin, supply any settings that differ from the defaults
0 commit comments