docs: comment - astronvim

This commit is contained in:
Ryan Yin
2023-07-14 15:29:55 +08:00
parent 1e325739b1
commit 64e384c18a

View File

@@ -23,8 +23,8 @@
# #
# Switching between windows: `<Ctrl> + h/j/k/l` # Switching between windows: `<Ctrl> + h/j/k/l`
# Resizing windows: `<Ctrl> + Up/Down/Left/Right` # Resizing windows: `<Ctrl> + Up/Down/Left/Right`
# Note that on macOS, this is conflict with system's default shortcuts. # Note that on macOS, this is conflict with system's default shortcuts.
# You need disable them in System Preferences -> Keyboard -> Shortcuts -> Mission Control. # You need disable them in System Preferences -> Keyboard -> Shortcuts -> Mission Control.
# Horizontal Split: `\` # Horizontal Split: `\`
# Vertical Split: `|` # Vertical Split: `|`
# Next Buffer(Tab): `]b` # Next Buffer(Tab): `]b`
@@ -32,9 +32,12 @@
# Close Buffer: `<Space> + c` # Close Buffer: `<Space> + c`
# #
# Format Document: `<Space> + lf` # Format Document: `<Space> + lf`
# Comment Line: `<Space> + /`
# Code Actions: `<Space> + la` # Code Actions: `<Space> + la`
# Rename: `<Space> + lr` # Rename: `<Space> + lr`
# # Open filepath/URL at cursor: `gc`
# This is a neovim builtin command
#
# Save Session: `<Space> + Ss` # Save Session: `<Space> + Ss`
# Last Session: `<Space> + Sl` # Last Session: `<Space> + Sl`
# Delete Session: `<Space> + Sd` # Delete Session: `<Space> + Sd`