Skip to content

Commit

Permalink
Update VIMTOKAK and README.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
doppioandante committed Dec 10, 2015
1 parent 2ca1784 commit e89de54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.asciidoc
Expand Up @@ -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.
Expand All @@ -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_<name>`: value of the <name> variable in the client environment.
Expand Down
2 changes: 1 addition & 1 deletion VIMTOKAK
Expand Up @@ -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
Expand Down

0 comments on commit e89de54

Please sign in to comment.