Skip to content
#

Kakoune

kakoune logo

Kakoune is a code editor that implements Vi’s "keystrokes as a text editing language" model. As it’s also a modal editor, it is somewhat similar to the Vim editor.

Here are 378 public repositories matching this topic...

sucrecacao
sucrecacao commented Dec 22, 2020

If I run

printf 
session   = "1234"
client    = "client0"
buffile   = "foo.py"
filetype  = "python"
version   = 1
method    = "textDocument/definition"
[params.position]
line      = 5
column    = 1 | kak-lsp -s 1234 --request

It automatically trigger an action ( jump to definition in this example ) in the kakoune client

How can I just get the string of the action to perfor

enhancement good first issue
LogFlames
LogFlames commented Mar 1, 2021

Problem description

When you change root of the tree by pressing enter, the marked line moves to the top of the buffer, but there is also a white cursor showing the "real" position. Pressing "j" moves the blue marked line and the cursor below the position of the cursor and pressing enter opens the file or folder under the cursor.

Steps to reproduce

  1. Open kaktree
  2. Press enter on
bug good first issue

Created by Maxime Coste

Released April 13, 2018

Latest release 5 months ago

Repository
mawww/kakoune
Website
kakoune.org

Related Topics

neovim vim