diff --git a/home/base/desktop/neovim/default.nix b/home/base/desktop/neovim/default.nix index 0c513bda..d15eb4ba 100644 --- a/home/base/desktop/neovim/default.nix +++ b/home/base/desktop/neovim/default.nix @@ -23,6 +23,8 @@ # # Switching between windows: ` + h/j/k/l` # Resizing windows: ` + Up/Down/Left/Right` +# Note that on macOS, this is conflict with system's default shortcuts. +# You need disable them in System Preferences -> Keyboard -> Shortcuts -> Mission Control. # Horizontal Split: `\` # Vertical Split: `|` # Next Buffer(Tab): `]b`