Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shibisuriya committed Aug 11, 2024
1 parent 5a9808f commit e5d4bfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ eval "$(dir-bunny init zsh)"

## Default keybindings

- Jump backward: <Ctrl> + o
- Jump backward: Ctrl + o

- Jump forward: <Ctrl> + i
- Jump forward: Ctrl + i
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dir-bunny",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"main": "index.js",
"bin": {
Expand All @@ -10,7 +10,13 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./"
},
"keywords": [],
"keywords": [
"dotfiles",
"fzf",
"zoxide",
"autojump",
"z"
],
"author": "Shibi Suriya P",
"type": "module",
"license": "ISC",
Expand Down

0 comments on commit e5d4bfe

Please sign in to comment.