1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 09:19:24 +03:00

Remove the rename-client's nc alias

Closes #3789
This commit is contained in:
Maxime Coste 2020-10-19 20:29:58 +11:00
parent 296937a2a2
commit 97e88b6087
2 changed files with 1 additions and 2 deletions

View File

@ -123,7 +123,6 @@ of the file onto the filesystem
== Clients and Sessions
*rename-client* <name>::
*alias* nc +
set current client name
*rename-session* <name>::

View File

@ -2385,7 +2385,7 @@ const CommandDesc unset_face_cmd = {
const CommandDesc rename_client_cmd = {
"rename-client",
"nc",
nullptr,
"rename-client <name>: set current client name to <name>",
single_param,
CommandFlags::None,