Skip to content

Commit

Permalink
docs(README): add copy session, link to telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Sep 23, 2024
1 parent 87d52f8 commit 49a4e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,10 @@ You can use Telescope to see, load, and delete your sessions. It's enabled by de
-- Mode can be a string or a table, e.g. {"i", "n"} for both insert and normal mode
delete_session = { "i", "<C-D>" },
alternate_session = { "i", "<C-S>" },
copy_session = { "i", "<C-Y>" },
},
-- Can also set some Telescope picker options
-- For all options, see: https://github.com/nvim-telescope/telescope.nvim/blob/master/doc/telescope.txt#L112
theme_conf = {
border = true,
-- layout_config = {
Expand Down

0 comments on commit 49a4e68

Please sign in to comment.