Flipside Docs
  • Welcome to Flipside!
    • Welcome to Flipside
    • Growth Services
    • Data
      • Choose your Flipside plan
        • Free
        • Builder
        • Pro
          • Get Started in Snowflake
          • Incremental Table Pattern
          • Copy Data from Snowflake to AWS
          • Copy Data from Snowflake to GCP
          • Copy Data from Snowflake to Azure
        • Snowflake Data Shares
          • Mounting a Snowflake Data Share
    • Earn
    • Community
  • Data
    • Flipside Data
      • Table Docs by Chain
      • Data Modeling Approach
      • Labels
        • Centralized Exchange Label Type
        • Decentralized Exchange Label Type
        • Operator Label Type
        • Chain Admin Label Type
        • Decentralized Finance Label Type
        • NonFungible Tokens Label Type
        • Games Label Type
        • Bridge Label Type
        • Decentralized Applications Label Type
        • Token Label Type
        • Flotsam Label Type
      • Tags
      • Table Freshness Targets
      • Contribute to Our Data
        • Contract Decoding & ABIs
        • How to Add Your Own Tags
        • Community Curation
          • Getting Started
            • Contribution Workflow
          • Model Standards
            • dbt Tips
          • PR Checklist
    • Data Products
      • Data Studio (SQL Analysts)
        • Get Started
          • Write/fork your first query
        • Flipside AI
        • Studio in Depth
          • Query Editor
            • Query Referencing
            • Pro Tips for Querying
            • Keyboard Shortcuts
            • Hex-to-Integer Function
          • Create a Chart
            • Advanced Visualization
          • Build a Dashboard
            • Markdown Reference
          • Team Accounts
        • Tutorials
          • How to Analyze Web3 Data
          • Video Tutorials
            • Overview of Schemas & Tables
            • Ethereum Tutorials
              • Getting Started with Decoded Ethereum Events
              • Getting Started with Ethereum Balances
              • Block Level and Daily Balances
              • Finding Centralized Exchange Flows
            • Solana Tutorials
              • Solana Schema & Tables: Video Walkthrough
              • Solana Specialty Tables: Video Walkthrough
              • Exploring Transactions in solana.events
            • THORChain Tutorials
              • THORChain Schema & Tables
              • Calculating IL for THORChain
          • More Tools & Resources
        • Get Inspired
      • LiveQuery
        • Get Started
        • LiveQuery in Depth
          • Functions
            • 🤝Partner Functions
            • 🧙‍♂️EVM Functions
              • 💡Seaport: Real-time Orders
              • 💡WETH Pool Balances
              • 💡General EVM Node Queries
            • 🤖API Functions
              • 💡Query TheGraph
              • 💡Query Defi Llama
            • ⚙️Utility Functions
              • 💡Hex Converters
              • 💡JSON RPC Request Builder
              • 💡EVM Logs Decoder
              • 💡Keccak256 Encoder
          • QuickNode Setup Guide
        • Secrets Manager
        • Get Inspired
      • Snowflake
      • API/SDK (Developers)
        • Get Started - Your first API call in < 2 min
        • SDK in Depth
          • JSON RPC methods
          • Run A Query
          • Query Results
          • Pagination
          • Sorting
          • Filtering
          • Query Seconds
          • Caching (maxAgeMinutes)
          • Rate Limits
          • Errors
          • More Examples
          • Archive
            • [ARCHIVED] JS/TS SDK
            • ShroomDK Migration Guide
            • [LEGACY] R
        • Tutorials
          • Have Questions?
        • Get Inspired
    • Insights and Tools
  • Earn
    • Flipside Earn
    • Onchain Rewards
      • Quests
    • Analyst Rewards
      • Top Dashboards
        • Top Dashboard Guidelines
        • Skill Tree
      • Ambassador Program
      • Direct to Analyst Commissions
    • Wallet Management
    • Tax Center
  • Support
    • General Support
    • Open a Ticket
      • That email doesn't look quite right
    • 🌟Product Special Releases
      • 2025
        • 2025-02-06 | EVM Blockchain Standardization
          • Table Change Overview
      • 2024
        • 2024-06-13 | Solana native and wrapped addresses
        • 2024-05-01 | Improvements to Pricing Data
          • Actions for Data Studio Users
          • Actions for API Users
          • Action for Data Share Users
    • 🗒️Release Notes
      • 2025
        • 2025-05-01 | Release Notes
        • 2025-04-17 | Release Notes
        • 2025-04-03 | Release Notes
        • 2025-03-20 | Release Notes
        • 2025-03-06 | Release Notes
        • 2025-02-20 | Release Notes
        • 2025-02-06 | Release Notes
        • 2025-01-23 | Release Notes
      • 2024
        • 2024-12-24 | Release Notes
        • 2024-12-12 | Release Notes
        • 2024-11-27 | Release Notes
        • 2024-11-14 | Release Notes
        • 2024-10-31 | Release Notes
        • 2024-10-03 | Release Notes
        • 2024-10-17 | Release Notes
        • 2024-09-19 | Release Notes
        • 2024-09-05 | Release Notes
        • 2024-08-22 | Release Notes
        • 2024-08-08 | Release Notes
        • 2024-07-25 | Release Notes
        • 2024-07-11 | Release Notes
        • 2024-06-27 | Release Notes
        • 2024-06-14 | Release Notes
        • 2024-05-30 | Release Notes
        • 2024-05-16 | Release Notes
        • 2024-05-02 | Release Notes
        • 2024-04-18 | Release Notes
        • 2024-04-05 | Release Notes
        • 2024-03-18 | Release Notes
        • 2024-03-05 | Release Notes
        • 2024-02-20 | Release Notes
        • 2024-02-05 | Release Notes
    • 📊Studio Change log
  • Flipside Community
    • Get Started
    • Ambassador Program
    • Join Our Discord
    • Join Our Guild
Powered by GitBook
On this page

Was this helpful?

  1. Data
  2. Data Products
  3. Data Studio (SQL Analysts)
  4. Studio in Depth
  5. Query Editor

Keyboard Shortcuts

These are the default shortcuts available via our open-source code editor component CodeMirror

PreviousPro Tips for QueryingNextHex-to-Integer Function

Last updated 9 months ago

Was this helpful?

Note: not all of these have been tested, so please use with caution. If you notice something not working as expected, or out of place, please let us know in .

Function
Windows
Linux
Mac
Notes

Delete Line

ctrl + shift + k

ctrl + shift + k

cmd + shift + k

Move Line Up / Down

alt + up or down

alt + up or down

option + up or down

Duplicate Line Above / Below

shift + alt + up or down

shift + alt + up or down

shift + option + up or down

Cut line

ctrl + x

N/A

cmd + x

Cut selection

ctrl + x

ctrl + x

cmd + x

Copy line (nothing selected)

ctrl + c

N/A

cmd + c

Copy selection

ctrl + c

ctrl + c

cmd + c

Paste

ctrl + v

ctrl + v

cmd + v

Select rest of line from cursor

ctrl + shift + down

ctrl + shift + down

ctrl + shift + e

Delete next character

del

del

ctrl + d

Backspace whole word

ctrl + backspace

ctrl + backspace

option + backspace

Delete line from cursor

N/A

N/A

ctrl + k

Deletes to end of line from current cursor location.

Select current line

alt + l

alt + l

ctrl + l

Continuing to press will select the next line down

Move single char forward

N/A

N/A

ctrl + t

This will take the character directly behind the cursor and move it forward 1 spot for each press. Useful for typos.

Select single line above starting from cursor

N/A

N/A

ctrl + shift + p

Select single line below starting from cursor

N/A

N/A

ctrl + shift + n

Backspace line from cursor

N/A

ctrl + shift + backspace

cmd + delete

Delete only commented text

alt + backspace

N/A

N/A

This will leave uncommented text untouched

Toggle line comment

ctrl + /

ctrl + /

cmd + /

Toggle block comment

shift + alt + a

shift + alt + a

shift + option + a

Open suggestion dropdown

ctrl + space

ctrl + space

ctrl + space

Move sidebar to other side of editor

ctrl + shift + x

ctrl + shift + x

N/A

Escape button

Esc

Esc

Esc

Run Query

ctrl + enter

ctrl + enter

cmd + return

Create new line above

N/A

N/A

ctrl + o

Indent / outdent line

ctrl + ] or [

ctrl + ] or [

cmd + ] or [

Go to matching bracket

ctrl + shift + \

ctrl + shift + \

cmd + shift + \

When cursor is on an open or close bracket (Velocity will show it as green/lightly highlighted)

Go to beginning of line

Home

Home

fn + left

Go to end of line

End

End

fn + right

Go to beginning of file

ctrl + Home

ctrl + Home

shift + option + <

Go to end of file

ctrl + End

ctrl + End

shift + option + >

Collapse / uncollapse region

ctrl + shift + [ or ]

ctrl + shift + [ or ]

cmd + option + [ or ]

When a \/ carrot appears next to the line number, the related query lines can be collapsed

Search and Replace

ctrl + f

ctrl + f

cmd + f

If user has text highlighted when using this command, it will search for the selection.

Search for next

ctrl + g

ctrl + g

cmd + g

If user has nothing selected, search bar will pop up. If user has a selection, cursor will jump to next instance.

Undo cursor move

ctrl + u

ctrl + u

cmd + u

If user clicks somewhere else, this will bring the cursor back to where it just was

Select next character / grow or shrink selection

shift + right or left

shift + right or left

shift + right or left

User can start a selection or use this shortcut to expand a current selection

Select next word / block

shift + (ctrl OR alt) + right or left

shift + (ctrl OR alt) + right or left

shift + (ctrl OR alt) + right or left

User can start a selection or use this shortcut to expand a current selection

Select all

ctrl + a

ctrl + a

cmd + a

Go to line prompt

alt + g

alt + g

option + g

Move cursor full word / block

ctrl + left or right

ctrl + left or right

option + left or right

opening a ticket