Commit 4bda0e62b36e
Changed files (1)
dots
config
herdr
dots/config/herdr/config.toml
@@ -10,8 +10,12 @@ name = "kanagawa"
[keys]
prefix = "ctrl+b"
+# prefix+shift+n / prefix+shift+p cycle workspaces, shadowing the defaults for
+# new_workspace and rename_pane; both are rebound here.
+new_workspace = "prefix+t"
next_workspace = "prefix+shift+n"
previous_workspace = "prefix+shift+p"
+rename_pane = "prefix+r"
[ui]
sidebar_collapsed_mode = "hidden"