Skip to content

Commit

Permalink
Correcting code wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
sebajun9 committed Aug 11, 2024
1 parent 961eb9f commit 41ff1d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Key map for deleting a session file while inside of Telescope.

## Resuming from inside
1. Start Neovim
2. seshi.nvim will try to load a session file for the current project and branch
2. `seshi.nvim` will try to load a session file for the current project and branch
3. Start coding!

## Switching sessions
Expand Down Expand Up @@ -117,9 +117,9 @@ vim.api.nvim_create_autocmd({ 'User' }, {
```

## Deleting a session
1. Run :SeshiList
1. Run `:SeshiList`
2. Highlight the session to delete
3. Press the delete_session keymap (default <C-d>)
3. Press the delete_session keymap (default `<C-d>`)

# Usage
## SeshiSave
Expand All @@ -132,7 +132,7 @@ Saves the session for the current directory and Git branch.

Opens a Telescope picket with a list of sessions. Making a selection loads the
session. You can also delete a session by pressing the `delete_session`
keymap (default `<C-d`).
keymap (default `<C-d>`).

## SeshiLoadCurrent
`:SeshiLoadCurrent`
Expand Down

0 comments on commit 41ff1d8

Please sign in to comment.