From e89de545495187a34ce33cd1b1928c928bf29f2d Mon Sep 17 00:00:00 2001 From: Enrico Lumetti Date: Thu, 10 Dec 2015 16:05:25 +0100 Subject: [PATCH] Update VIMTOKAK and README.asciidoc --- README.asciidoc | 4 ++-- VIMTOKAK | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index bdfe4529..d3f2448e 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -658,7 +658,7 @@ Some of Kakoune state is available through environment variables: * `kak_selections_desc`: range of the selecations separated by colons * `kak_bufname`: name of the current buffer * `kak_buffile`: full path of the file or same as `kak_bufname` when - there's not associated file + there's no associated file * `kak_buflist`: the current buffer list, each buffer seperated by a colon * `kak_timestamp`: timestamp of the current buffer, the timestamp is an integer value which is incremented each time the buffer is modified. @@ -671,7 +671,7 @@ Some of Kakoune state is available through environment variables: * `kak_cursor_line`: line of the end of the main selection * `kak_cursor_column`: column of the end of the main selection (in byte) * `kak_cursor_char_column`: column of the end of the main selection (in character) - * `kak_window_width`: widh of the current kakoune window + * `kak_window_width`: width of the current kakoune window * `kak_window_height`: height of the current kakoune window * `kak_hook_param`: filtering text passed to the currently executing hook * `kak_client_env_`: value of the variable in the client environment. diff --git a/VIMTOKAK b/VIMTOKAK index aab132c8..a4236a7e 100644 --- a/VIMTOKAK +++ b/VIMTOKAK @@ -50,7 +50,7 @@ join line with next: delete to line end: * vim: d$ - * kak: alt-ld or gld + * kak: alt-ld or Gld some classic vim moves are not bound to the same key, this is due to Kakoune using shifted moves to append to selection, so moves that were bound to non