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 - `<leader>bb`, `:OleoBoardToggle`, Opens and Closes the kanban board
39 - `<leader>bl`, `:OleoBoardMoveEntryRight`, Moves the current entry to the right
40 - `<leader>bL`, `:OleoBoardMoveColumnRight`, Moves the current column to the right
41 - `<leader>bh`, `:OleoBoardMoveEntryLeft`, Moves the current entry to the left
42 - `<leader>bH`, `:OleoBoardMoveColumnLeft`, Moves the current column to the left
44 [oil]: https://github.com/stevearc/oil.nvim