3 A tool to use [oil][oil] panes as a kanban board.
10 require('lazy').setup({
12 'https://git.sr.ht/~rbdr/oleoboard.nvim',
20 By default, oleo-board adds keybinds that might not suit your style or conflict
21 with other plugins. You can disable them with the `default_keybinds` option.
24 require('lazy').setup({
26 'https://git.sr.ht/~rbdr/oleoboard.nvim',
31 default_keybinds = false
38 - `bb`, `:OleoBoardToggle`, Opens and Closes the kanban board
39 - `bl`, `:OleoBoardMoveEntryRight`, Moves the current entry to the right
40 - `bL`, `:OleoBoardMoveColumnRight`, Moves the current column to the right
41 - `bh`, `:OleoBoardMoveEntryLeft`, Moves the current entry to the left
42 - `bH`, `:OleoBoardMoveColumnLeft`, Moves the current column to the left
44 [oil]: https://github.com/stevearc/oil.nvim