diff options
author | max397574 <[email protected]> | 2021-12-08 19:53:55 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-08 19:53:55 +0100 |
commit | 7f53399c9d3d34d7dc1bc097d33a7b4266e17911 (patch) | |
tree | 99949f56a29841d764f4497cf146cf17312682c9 | |
parent | 3f89622907076c0608500088e1c7d54b43cad270 (diff) |
feat(readme): added section about bookmarks
-rw-r--r-- | readme.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -277,6 +277,18 @@ Check out the [themes](https://github.com/startup-nvim/startup.nvim/tree/master/ #### Startify +Customize bookmarks with vim.g.startup_booksmarks +e.g. +```lua +vim.g.startup_bookmarks = { + ["Q"] = '~/.config/qtile/config.py', + ["I"] = '~/.config/nvim/init.lua', + ["F"] = '~/.config/fish/config.fish', + ["K"] = '~/.config/kitty/kitty.conf', + ["A"] = '~/.config/alacritty/alacritty.yml', +} +``` + #### Evil Startup Credits |