Do not follow this link

~dermetfan/change-directory.kak

Backup of alexherbo2/change-directory.kak (history lost)

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~dermetfan/change-directory.kak
read/write
git@git.sr.ht:~dermetfan/change-directory.kak

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

#change-directory.kak

change-directory with additional features, to change to the buffer or Git root directory.

#Installation

Add change-directory.kak to your autoload or source it manually.

require-module change-directory

#Usage

Change the working directory with change-directory-buffer, change-directory-current-buffer or change-directory-git-root. They have aliases on cd-buffer, cd-current-directory and cd-git-root respectively. Use cd! to change to the Git root directory.

Do not follow this link