~parasrah/minimal.kak

a minimal kakoune configuration to help new users get started.
README: address issue with clone command
add basic configuration and documentation

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~parasrah/minimal.kak
read/write
git@git.sr.ht:~parasrah/minimal.kak

You can also use your local clone with git send-email.

#minimal.kak

This repo contains a minimal kakoune configuration to help new users get started.

#additions

  • set options helpful for learning
  • setup a fuzzy finder on <c-p>
  • setup line numbers for files
  • highlight current word across buffer
  • basic support for indentation with spaces or tabs
  • adds :kaktutor command

#getting started

  1. installation

  2. read through configuration section

  3. clone this repo:

    $ git clone https://git.sr.ht/~parasrah/minimal.kak "${XDG_CONFIG_HOME:-$HOME/.config}/kak"
    
  4. open kakoune:

    $ kak
    
  5. run kaktutor:

    :kaktutor