diff --git a/README.asciidoc b/README.asciidoc index 2deeb525..ff5dc073 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -148,24 +148,24 @@ multiselection. Each selection have it's own captures, or yank buffer. Basic Commands -------------- -Commands are entered using *:*. +Commands are entered using +:+. - * e[dit] [ []]: open buffer on file, go to given + * +e[dit] [ []]+: open buffer on file, go to given line and column. If file is already opened, just switch to this file. use edit! to force reloading. - * w[rite] []: write buffer to or use it's name if + * +w[rite] []+: write buffer to or use it's name if filename is not given. - * q[uit]: exit Kakoune, use quit! to force quitting even if there is some + * +q[uit]+: exit Kakoune, use quit! to force quitting even if there is some unsaved buffers remaining. - * wq: write current buffer and quit - * b[uffer] : switch to buffer - * d[el]b[uf] []: delete the buffer - * source : execute commands in - * runtime : execute commands in , + * +wq+: write current buffer and quit + * +b[uffer] +: switch to buffer + * +d[el]b[uf] []+: delete the buffer + * +source +: execute commands in + * +runtime +: execute commands in , is relative to kak executable path. - * exec : execute as if pressed in normal mode. - * echo : show in status line - * set[bwg]