From 2bf5d295d49190d3fa6fb20e8f65a378c1fa6243 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 14 Jul 2023 15:21:25 +0800 Subject: [PATCH] feat: add comment - astronvim on macOS --- home/base/desktop/neovim/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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`