Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilja committed Oct 29, 2022
1 parent 1d2d76f commit cf9541a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 1,3 @@
[*]
indent_size = 4
indent_style = space
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 3,27 @@
neovim integration with [zellij](https://github.com/zellij-org/zellij)

## Features

`:ZellijNavigate<Left|Right|Down|Up>`

For [vim-tmux-navigator](https://github.com/zellij-org/zellij) compatibility, use the `vimTmuxNavigatorKeybinds` prop during setup.

```lua
use {
'Lilja/zellij.nvim',
config = function()
require('zellij').setup({})
end
'Lilja/zellij.nvim',
config = function()
require('zellij').setup({})
end
}
```

## Options

```lua
{
path = "zellij", -- Zellij binary path
replaceVimWindowNavigationKeybinds = false, -- Will set keybinds like <C-w>h to left
vimTmuxNavigatorKeybinds = false, -- Will set keybinds like <C-h> to left
debug = false, -- Will log things to /tmp/zellij.nvim
path = "zellij", -- Zellij binary path
replaceVimWindowNavigationKeybinds = false, -- Will set keybinds like <C-w>h to left
vimTmuxNavigatorKeybinds = false, -- Will set keybinds like <C-h> to left
debug = false, -- Will log things to /tmp/zellij.nvim
}
```

0 comments on commit cf9541a

Please sign in to comment.