]> git.r.bdr.sh - rbdr/oleoboard.nvim/blobdiff - README.md
Update README
[rbdr/oleoboard.nvim] / README.md
index 3f7d5c1b9c2b9f53833cbe2f0ff812f1c59ea0ad..be0b7138e3b5c530ecd50f45d54f3fd827ebba3a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 # oleoboard.nvim
 
-A tool to use [oil][oil] panes as a kanban board.
+A tool to use [oil][oil] panes as a kanban-like board.
+
+When summoned it will load the directories in the current directory as columns.
+It depends on oil so it assumes that these are editable. You can then move
+files from one board to another as if you were moving tasks in a kanban board.
 
 ## Installation
 
@@ -35,10 +39,10 @@ require('lazy').setup({
 
 ## Default Keybinds
 
-- `bb`, `:OleoBoardToggle`, Opens and Closes the kanban board
-- `bl`, `:OleoBoardMoveEntryRight`, Moves the current entry to the right
-- `bL`, `:OleoBoardMoveColumnRight`, Moves the current column to the right
-- `bh`, `:OleoBoardMoveEntryLeft`, Moves the current entry to the left
-- `bH`, `:OleoBoardMoveColumnLeft`, Moves the current column to the left
+- `<leader>bb`, `:OleoBoardToggle`, Opens and Closes the kanban board
+- `<leader>bl`, `:OleoBoardMoveEntryRight`, Moves the current entry to the right
+- `<leader>bL`, `:OleoBoardMoveColumnRight`, Moves the current column to the right
+- `<leader>bh`, `:OleoBoardMoveEntryLeft`, Moves the current entry to the left
+- `<leader>bH`, `:OleoBoardMoveColumnLeft`, Moves the current column to the left
 
 [oil]: https://github.com/stevearc/oil.nvim