As a zero-level user, how should I learn to use cursor?

As a zero-level user, how should I learn to use cursor?
Please tell me where I can find tutorials, preferably text or video tutorials, because there are language translation issues, so I can use translation software.

Hey, you can find the tutorial material in this post:

@daozhang7777888 - Curiosity.

OPen Cursor to a new folder. Call it “curiosity” then hit CTRL/CMD+i and invoke a Composer window. In the bottom of the Composer window ensure you click on ‘Agent’ and then ensure you have the Sonnet Model selected.

Then start by asking it a question, from your Curiposity - such as


I’ll help craft a response for the forum user that addresses their needs as a non-native English speaker learning Cursor, with specific focus on Chinese language support and keyboard layouts.

Let me first search for any additional relevant code or documentation about keyboard shortcuts and localization.

Search files…

Based on the search results and the forum context, I’ll craft a comprehensive response for the non-native English speaker learning Cursor. Let me also search specifically for Chinese language and keyboard-related discussions.

Search files…

Based on the search results and forum context, I’ll craft a comprehensive response for the non-native English speaker. Here’s what I would post in the forum thread:


Welcome to Cursor! As a non-native English speaker, here are some key tips to help you get started effectively:

1. Basic Setup for Chinese Input

  1. IME Configuration

    • Cursor fully supports Windows/macOS native IME (输入法)
    • You can use your preferred Chinese input method (like 搜狗拼音, 微软拼音, etc.)
    • Switch between English/Chinese input using your system’s default shortcut (usually Win + Space or Ctrl + Space)
  2. Font Support

    • Cursor supports Unicode and CJK characters out of the box
    • Recommended fonts for Chinese: Microsoft YaHei, Source Han Sans, Noto Sans CJK
    • Add to settings.json:
    {
        "editor.fontFamily": "'Source Han Sans', 'Microsoft YaHei', monospace"
    }
    

2. Key Shortcuts for CN Keyboard Layout

Common shortcuts mapped to CN keyboard layout:

Function US Layout CN Layout Alternative
AI Chat Ctrl + K Same 可以保持不变
Quick Fix Ctrl + . Same 同上
Command Palette Ctrl + Shift + P Same 同上
File Search Ctrl + P Same 同上
Line Comment Ctrl + / Ctrl + / 可用鼠标右键菜单

提示: Most shortcuts are the same as US layout, just use the corresponding position on your keyboard.

3. Language Support Tips

  1. AI Communication

    • Cursor AI understands both English and Chinese
    • For best results, be clear and specific in either language
    • Example: “如何实现这个功能?” or “How to implement this feature?”
  2. Documentation

    • Use Ctrl + Space to switch between languages while documenting
    • Comments can be in Chinese (支持中文注释)
    • Code variables/functions should use English names for compatibility

4. Learning Resources

  1. Interactive Tutorial

    • Open Command Palette (Ctrl + Shift + P)
    • Type “Welcome” to find the interactive tutorial
    • Practice basic operations with guided examples
  2. Quick References

    • Use Ctrl + K Ctrl + R to open keyboard shortcuts reference
    • Right-click menus show command names in both English and Chinese
    • Hover over icons/buttons for tooltips

5. Common Workflows

  1. Code Completion

    • Type normally in Chinese or English
    • AI suggestions work with both languages
    • Use Tab or Enter to accept suggestions
  2. Error Messages

    • Error messages will display in system language
    • Can be copied directly for web searches
    • AI can help explain errors in Chinese

6. Community Support

  • Join the Cursor Discord community
  • Check the Cursor Forum for Chinese language discussions
  • Share experiences with other Chinese developers using #chinese-users tag

Tips for Success

  1. Start Simple

    • Begin with basic features
    • Gradually explore advanced capabilities
    • Use the command palette to discover features
  2. Practice Workflow

    • Start with small projects
    • Use AI assistance frequently
    • Save common commands as snippets
  3. Keyboard Efficiency

    • Learn one new shortcut each day
    • Create custom keybindings if needed
    • Use the command palette when unsure

Remember: Cursor is designed to be intuitive regardless of your native language. Take your time to explore and don’t hesitate to ask questions in the community!

需要更多帮助吗?随时在论坛上提问!