From: Andre Ramnitz Date: Wed, 4 Dec 2024 20:40:14 +0000 (+0100) Subject: kak: add a plugin for handling tables X-Git-Tag: v0.3~29 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=cec8f15e1d19820183be1f542ad5f12a4d84d6df;p=dotfiles.git kak: add a plugin for handling tables --- diff --git a/dot-config/kak/kakrc b/dot-config/kak/kakrc index 0875b5ac..4d3d9c7d 100644 --- a/dot-config/kak/kakrc +++ b/dot-config/kak/kakrc @@ -70,6 +70,9 @@ lsp-enable # Enable PLUGin manager # ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +# after first sync of the dotfiles, bundle needs to be installed manually, +# in order to sync all other plugins with git" + source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak" bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle bundle kakoune-sudo-write https://github.com/occivink/kakoune-sudo-write @@ -97,6 +100,7 @@ bundle-noload dabruin.kak https://git.sr.ht/~nasmevka/dabruin.kak rm -f "${kak_config}/colors/dabruin.kak" rm -f "${kak_config}/colors/dabruin-light.kak" } +bundle kakoune-table https://gitlab.com/listentolist/kakoune-table # Enable some linting and formatting # ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── @@ -317,7 +321,9 @@ map global user -docstring 'relative line numbers enable' r ': a map global user -docstring 'relative line numbers disable' R ': rmhl window/nl' map global user -docstring 'help command mode enable' h ': set -add global autoinfo normal' map global user -docstring 'help command mode disable' H ': set -remove global autoinfo normal' -map global user l ':enter-user-mode lsp' -docstring 'LSP mode' +map global user -docstring 'LSP mode' l ': enter-user-mode lsp' +map global user -docstring 'Table mode' t ': enter-user-mode table' +map global user -docstring 'Table mode (locked)' T ': enter-user-mode -lock table' # kak-lsp keys # ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────