mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-10 13:25:25 +03:00
parent
296937a2a2
commit
97e88b6087
@ -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>::
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user