Revert "Adds config for smart split navigation"
This reverts commit 158700874c.
This commit is contained in:
parent
6318f37c21
commit
d75dbe0c62
6 changed files with 20 additions and 57 deletions
|
|
@ -42,14 +42,10 @@ function M.apply_to_config(config)
|
|||
}),
|
||||
},
|
||||
-- Navigation
|
||||
helpers.split_nav("move", "h"),
|
||||
helpers.split_nav("move", "j"),
|
||||
helpers.split_nav("move", "k"),
|
||||
helpers.split_nav("move", "l"),
|
||||
helpers.split_nav("resize", "h"),
|
||||
helpers.split_nav("resize", "j"),
|
||||
helpers.split_nav("resize", "k"),
|
||||
helpers.split_nav("resize", "l"),
|
||||
helpers.move_pane("j", "Down"),
|
||||
helpers.move_pane("k", "Up"),
|
||||
helpers.move_pane("h", "Left"),
|
||||
helpers.move_pane("l", "Right"),
|
||||
-- Workspaces
|
||||
{
|
||||
key = "s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue