Changelog
Warp autoupdates whenever a new release comes out. We try to ship an update every week usually on Thursday! Submit bugs and feature request on our GitHub board!
New features
- If you have Cursor installed, you can now set this as your default code editor under Settings > Features > General
Improvements
- Enhanced user accessibility by adding a tab bar button as a new entry point for the command palette
- Improved user guidance by displaying a warning when attempting to run a workflow while another command is already in progress
Bug fixes
- Resolved an issue where autosuggestions were not being inserted when bound to certain keybindings
- Fixed a bug affecting Input Method Editor functionality on non-English keyboards, which caused incorrect positioning and prevented text input after opening a new window
New features
- You can now edit keybindings to scroll up and down by one line
Improvements
- The input editor remains visible in inactive panes when using split panes
Bug fixes
- Resolved a regression where the filled bookmark icon didn’t display on bookmarked blocks unless hovered on
- Fixed the
TAB
key not cycling through fields in the Workflow editor under certain circumstances - Restored functionality of the keybinding for “New Tab” to work even when no windows are open
New features
- New block sharing experience, by permalink or embedded HTML. Right-click on a block and select 'Share...' (
CMD + SHIFT + S
) to create a permalink or get embed code for your website - Warp can now open .command and Unix Executable files
Improvements
- Warp now reports mouse hovers to the PTY on alt-screens when mouse reporting is enabled
- Autosuggestions now prioritize commands from history that were executed in the current directory
Bug fixes
- Fix extra separator showing up in prompt menu if opened before shell is started
Improvements
- The new tab keyboard shortcut (
CMD-T
by default) can now be re-mapped - Warp Drive now shows a loading indicator when syncing
Bug fixes
- The command timestamp tooltip is no longer hidden when the Input Editor is pinned to the top
Improvements
- You can now delete custom themes from the Warp UI
- You can now scroll to the top or bottom of a selected block from the Command Palette
Bug fixes
- Fixed a Zsh bug where
set sh_word_split
could break Warp's bootstrapping
New features
- Secret Redaction - Warp can now automatically redact secrets and sensitive information in terminal output, including passwords, IP addresses, API keys, and PII. Enable Secret Redaction from the Command Palette or Settings > Privacy > Secret Redaction
Improvements
- Special keys used in conjunction with
META
e.g.META-DELETE
should now work within the alt-screen - The line height for the text within the Input Editor should now actually change when the custom height in
Settings > Appearance > Text > Line Height
is updated - Alias Abbreviations in fish should no longer show a red error underline within the Input Editor
- Reduced the bottom padding within the Input Editor when Warp is in Compact Mode
New features
- Warp now displays richer metadata for each command in history, including exit code, working directory, git branch, and whether the command is part of a workflow.
- Warp's native prompt is now customizable directly within the app with drag-and-drop Context Chips (
Settings > Appearance > Prompt
)
Improvements
- Warp now supports xterm's escape codes (sequences) for focus reporting
- The Command Palette now supports searching for workflows with their Warp Drive folder name, in addition to the Workflow's name and description.
- Auto-generating custom themes from starting images now work even with a missing
~/.warp/themes
directory - The "New Workflow" modal now supports more text for longer commands
New features
- Automatically create new themes based on a background image! Click the
+
button in the theme picker (Settings -> Appearance -> Current Theme
) or searchOpen Theme Picker
within the Command Palette
Improvements
- Workflows and folders in Warp Drive can now be sorted alphabetically and by last updated
- Multiple JetBrains IDEs are now supported as external editors (e.g. WebStorm, PhpStorm, GoLand)
- The Command Palette now shows which folders a Workflow is in (breadcrumbs)
- Aliases like
...
and....
no longer incorrectly have an error underline
New features
- Reopen closed tabs with
SHIFT-CMD-T
for up to one minute; configure or disable this feature inSettings > Features > Enable reopening of closed sessions
- Autogenerate descriptions for Workflows in Warp Drive using Warp AI
Improvements
- Nested folders in Warp Drive can now be collapsed all at once
- Fixed issue where fish abbreviation expansion would include comments
- Fixed a regression with fish history becoming inaccessible
Improvements
- Fixed an issue where $PATH could be overwritten in Bash subshells
- Fixed an issue where completions for file-paths broke when using Named Flags e.g.
ls --color=auto
- Fixed an issue where Warp Drive objects could get stuck in a sync state
- The down arrow
DOWN
now correctly moves the cursor within Warp AI's text editor
New features
- Can now configure whether
TAB
accepts autosuggestions or opens the completions menu; switch between the configurations viaSettings > Features > Editor
- Improved completions behavior by improving common prefix detection, and supporting case sensitivity
- Can now natively draw some Unicode block element characters instead of using font glyphs--improves alignment and reduces fuzziness
- Warp's Resource Center now displays new features and improvements
Improvements
- Increased the maximum blur radius from 18 to 64
New features
- Warp Drive items that failed to sync can now be retried
- Workflows in Warp Drive drive can now be edited with the workflow execution modal
Improvements
- Fixed a bug where git information could sometimes be missing from the prompt
- Adjusted some colors throughout Warp--replaced gradients with solid colors.
New features
- A new AI Command Search experience that allows you to translate natural language to shell commands and integrates directly with workflows! Type '#' in the input to try it out!
Improvements
- Fixed a bug where Warp was not recognizing some single character commands and aliases.
- Fixed a bug where command output would sometimes be cut off after finishing (most notably in Gradle)
- Fixed a bug where two prompts could appear for remote Bash sessions
New features
- App links of the form Warp://launch/<launch_configuration_name> directly open a launch configuration
- Added a new setting for creating new windows with a specific size in terms of rows and columns
Improvements
- Fix rendering of multiple ANSI styles on the same character. This fixes rendering issues commonly encountered in Vim and emacs.
- Fix tabs (indentations) sometimes being inserted into the Input Editor when the completion menu should open
- Added tooltip for “New tab” button
- The “Launch Configurations” sub-menu (under the Mac File menu) now updates dynamically as launch configurations are added and removed.
- Find bar is able to match double-width unicode characters, including CJK and emojis
- Fixed a crash that could occur when pasting a command in the workflow editor
New features
- You can now bring the power of your Powerlevel10k (P10K) prompt to Warp! For best results, you’ll need the latest version of P10K; see their GitHub page for upgrade instructions
- Right-side prompts are now supported in Zsh and fish!
- Warp AI commands can now be executed as workflows
Bug fixes
- Clicking on an inactive Warp window now focuses the underlying pane correctly
New features
- Added a settings page for our upgraded referral system--we’ve added new swag options
- Right-click a highlighted file path to open a context menu that now supports showing the file in Finder
- The Command Palette can now search through Warp sessions, actions and launch configurations
Bug fixes
- The completions menu now supports fish abbreviations
- Fixed an issue where certain aliases would be incorrect after expansion.
- Fixed command search to ignore the extra whitespace before and after the search query
- Restored background Blocks no longer create blank history entries
- Fixed an issue where enabling the “Open completions as you type” setting could sometimes break path completions
- Fixed an issue where Zsh could fail to bootstrap when
$PATH
is an a bad state - Fixed issue where Warp’s bootstrap logic could leak into Zsh’s history
- Fix issue with properly underlining when hyperlinks are in lists or span across multiple lines
New features
- Right-clicking the New Tab (
+
) button opens a context menu to select saved Launch Configurations - Use Page Up (
PG-UP
) and Page Down (PG-DOWN
) in the Command Palette for faster navigation - Added support for Zed as a default code editor
- Referral counts have been updated to only include referrals who’ve onboarded onto (actually tried) Warp
Bug fixes
- Warp’s hotkey window (Quake Mode) now properly retains its size
- Fixed issue where command output would temporarily cutoff when resizing Warp.
- Fixed the Sticky Command Header covering content for pager commands.
- Fixed tabs showing stale text when being renamed.
- Clicking a Mac menu bar item that has a sub-menu no longer incorrectly closes the menu
- Warp now automatically focuses the shortcut search bar when the keyboard shortcuts pane is opened (
CMD-/
) - Fixed regression where Warp’s native prompt no longer showed the virtual environment
Bug fixes
- Improved shell startup performance after a system restarts for users with Xcode installed
- Fixed issue with Warpifying a pipenv shell subshell from zsh
- Fixed issue with updating the git status prompt indicator in remote subshells
New features
- Warp now supports subshells in Zsh, Bash, and fish for a better experience with Docker, GCP, Poetry, and more. Configure which commands you’d like to “Warpify” under Settings > Subshells
Bug fixes
- Fixed an issue with Warp's completions when using flags that start with a single dash e.g.
-namespace
- Fixed an issue with Synchronized Inputs where switching from alt-screens focused on the incorrect terminal session
- Fixed an issue where command history suggestions could cause Synchronized Inputs to get out of sync
New features
- Warp now sends the output of background shell processes into new (distinct) Blocks--separate from user generated Blocks.
- Synchronize (broadcast) input across multiple panes in a single tab or multiple tabs (
Mac Menu > Edit > Synchronize Inputs
orSynchronize
within the Command Palette) - Added option to enable (disabled by default) an audible terminal bell (
Settings > Features > Terminal
or “Enable/Disable Audible Terminal Bell” within the Command Palette) - Now opens new windows with the same position and size of the most recently closed window (if there is one)
- Fish aliases are now supported in the completions menu
Bug fixes
- Support for
SHIFT-UP
andSHIFT-DOWN
within alt-screen editors - Fixed incorrect alt-screen scrolling behavior when scroll reporting is enabled
SHIFT-TAB
now (correctly) sends the ANSI (backward-tab) escape sequence (for Vim and NeoVim)- SSH wrapper now also loads your /etc/profile and supports login-like prompts and interactions like printing the message of the day (MOTD)
New features
- Indicate when Warp is downloading an update in Settings > Account > About Warp
- Support alias expansion for bash/zsh aliases
New features
- Support for Fish abbreviations
- Right-click within the Input Editor to open a context menu where you can split panes, etc.
Bug fixes
- Starting a command with whitespace in the Workflow creation dialog no longer breaks its argument parser
- Fixed a bug when commands were aliased to
comm
because of a naming clash with Warp's wrapper Cut word left
(CTRL-W
) andCut word right
(OPT-D
) now use the shell clipboard instead of the system clipboard
New features
- Navigation by subword within the Input Editor with
CTRL-OPT-LEFT
andCTRL-OPT-RIGHT
- View prior Warp AI questions using the
UP
arrow even after the transcript is cleared
Bug fixes
- Fixed a bug in proxied SSH while not on the default shell
- Background blur now also applies to windows that are opened via drag-and-drop from Finder
- The Sticky Command Header no longer cuts off text for pagers
New features
- The position of the input and direction of the terminal output are now configurable. You can start the input at the top and have it move down as new commands are run (to clear the screen and reset the position press
CTRL-L
,CMD-K
or typeclear
). Or you can keep the input pinned to the top of the pane and have terminal outputs flow in reverse order. Settings are available underSettings > Appearance > Input Position
- Added a button for “jumping to the bottom” of the currently hovered Block to make it easy to get to the bottom of an output. Configurable with a setting under
Settings > Appearance > Blocks
- Warp AI transcripts can now be navigated via keyboard (
UP
/DOWN
arrows) - Added a right-click context menu in the alt-screen (that still respects mouse reporting and SGR_MOUSE)
- Warp AI's past prompts can be accessed via
UP
(arrow) CMD-ENTER
within Warp AI now inputs the selected command into the Input Editor
Bug fixes
- Workflows can now be searched by their description in Command Search
- Consolidated “Ask Warp AI” keybindings into one
- Fixed an issue causing “Move cursor by word” and “Select left/right by word” to not work if “Left/Right Option key is Meta” is enabled
- Can now unset cursor navigation bindings within an executing command
New features
- Warning if a known-incompatible custom prompt is detected
- Keybindings for cursor navigation in REPLs and subshells, e.g. ⌥←, ⌥→, ⌥⌫, ⌘←, ⌘→, ⌘⌫, ⌘fn⌫
Bug fixes
- Fixed an issue where an input suggestion tooltip could overflow outside the visible window
- Fixed keybinding conflict with Warp AI
- Fixed completion and syntax highlighting when local paths contain separators, not in the prefix
New features
- Added VSCode Insiders as a supported code editor
- Added completions for pnpm.
Bug fixes
- Fixed an issue where AI command results with multiple commands would all render on the same line
- The configurable width of Universal Search is now persistent (doesn’t reset to default in new sessions)
- “Copy Prompt” now correctly respects your PS1 prompt, if enabled
- Fixed automatic command corrections for cargo.
New features
- Added support to configure which shell Warp should use when starting a terminal session. Configurable under Settings -> Features -> Session
- Tabs can now be renamed via mouse double-click
Bug fixes
- Launch configuration templates now support use of
~
in thecwd
field - Double-clicking a button/tab in the title bar no longer resizes the whole window
- Context menus in the blocklist are now more pronounced and easier to dismiss by clicking
- Increased the clickable area of small search boxes
- A keyboard shortcut can now be registered to clear all blocks
- Fixed some locale-related issues due to use of
LC_ALL
environment variable - Xterm escape code OSC 4 (“change color”) no longer crashes the app when it appears in PS1
- Fixed a crash that occurs when resizing windows after dismissing a notification banner
- Fixed crash that occurs if you unset the keybinding for the keyboard shortcuts side panel
- Added Warp AI to resource center
New features
- Introducing Warp AI ⚡ Get explanations for errors and outputs, ask for help with complicated workflows and scripts, easily execute suggested commands, all without leaving Warp!
New features
- Users may now set a custom keybinding to open the completions menu
- Enabling/disabling mouse reporting is no longer bound to CMD-R by default
- Toggling mouse reporting enabled shows a banner
Bug fixes
- Fixed Bash commands having escape codes in the last 20 characters producing incorrect output
- Fixed a bug with bash prompt expansion on recent macOS versions
New features
- Warp now suggests a URL for creating a GitHub PR on
git push
- Command Search and Workflow menus are now horizontally resizable
Bug fixes
- Fixed a bug where Warp doesn’t correctly Auto-Raise
- Fixed issue where formatting is lost when pasting into nano
- Fixed issue where Warp doesn’t detect process termination when exiting
info
- Fixed a bug with bash prompt expansion not working on v4.4 or earlier
- Fixed a bug where profile pictures don’t show in the Account menu
- Fixed Syntax Highlighting and Error Underlining’s handling of multi-byte characters
- Fixed issue where 'Checking for Update’ doesn’t reflect the current status
New features
- Support for configuring the initial working directory for new sessions. New tabs/windows/split panes can have separate configurations, or you can set one value for all new sessions
Bug fixes
- Warp now supports syntax highlighting and error underlining for multi-line inputs with multibyte characters
- Fixed a bug where the update status in Warp’s
About Section
was incorrect - Improved GPU memory consumption when multiple windows are open
New features
Bug fixes
- Warp no longer hangs after exiting the alt-screen--having searched for text using Find
- The Block-list now scrolls to the correct position after returning from the alt-screen
- Clicking above the scroll-bar no longer (incorrectly) changes its scroll position
- The terminal cell dimensions now update immediately after modifying the Font size
- Hyperlinks no longer incorrectly highlight on hover when Warp is not focused
- The Input Method Editor (non-English keyboards) is now positioned correctly in the alt-screen and in running Blocks
- When there are no windows open, clicking
New Tab
from the Mac menu will create a new window
Bug fixes
- Warp now sets the Mac window title; right-clicking on the dock icon will show the name of the active tab
- Fixed a bug where navigating the theme picker with the arrow keys would lead to a crash when no theme matches the search
- The Input Editor now refocuses correctly after clicking hyperlinks
- Custom keybindings incorporating the
SPACE
key now persist after closing Warp - The Input Method Editor (non-English keyboards) now positions itself within the Input Editor
- No updates this release
New features
- Warp can now dim inactive terminal panes, navigate to
Settings > Appearance > Panes > Dim inactive panes
Bug fixes
- Fixed crash when selecting multiple occurrences of multi-byte characters using
CTRL-G
New features
- The current Git branch can now be copied using the Command Palette (
CMD-P
)
Bug fixes
- Fixed bug where some keybinding actions would be applied to the wrong terminal pane.
- Warp now checks the input values for font size and line height and ignores them if they are too small or large
- The
missing update permissions banner
, can now be dismissed - Fixed a rare crash when closing panes created by a launch configuration
New features
- Support setting window background transparency and blur radius, via sliders under
Settings > Appearance
- Revamped resource center! Click the Warp icon in the top right to see keyboard shortcuts and learn how to best use Warp
- Quit modal: Quitting or closing Warp while a session is running triggers a warning prompt–that also lets you view which sessions are running
- Added a toggle to disable cursor blinking
Bug fixes
- Can now support completions that have escaped paths
- Can now support background images with paths that start with ~
- Can now properly restore a Warp window’s position when using multiple monitors
- Commands from restored sessions run on the local machine no longer appear in the SSH server’s history
- Fixed issues SSHing into RHEL/Fedora machines with PackageKit-command-not-found installed
- Fixed incorrect handling of
->
as the user's prompt - Fixed ls completions when using the --color option
Bug fixes
- Trailing periods are no longer considered part of a URL
- Fixed regression where the "autocomplete symbols" setting was not being respected
New features
- You can now reorder and drag tabs around with your mouse!
Bug fixes
- The welcome Block now also works when using Fish shell.
- AI Command Search no longer crashes from multi-byte characters when opened via the
#
prefix - Warp no longer crashes when starting a new session in a deleted or inaccessible directory
- Resolved rendering bugs and hangs in full-screen applications like 'k9s' and 'less'
- Added a login failure notification
New features
- Users may now opt out of telemetry (app analytics and crash reporting)
- Added 'Tail Warp network log' workflow for viewing logs of all app network activity
Bug fixes
- Full-screen CLI commands like mitmproxy now correctly span the entire view
- Improved styling and organization of Features page in settings
- Completions While Typing menu closes while generating new results
- Added a hidden completion result for root dir
- Warp now consumes less memory when a session has many blocks
- Fixed an issue over SSH where logs were being inserted into input
New features
- Users may now opt out of telemetry (app analytics and crash reporting)
- Added 'Tail Warp network log' workflow for viewing logs of all app network activity
Bug fixes
- Mitigated an issue where running a command over SSH would emit spurious output (specifically, 'channel: open failed' statements) in a block
New features
- Warp now supports using the find bar within the alt-screen!
CMD-F
now opens find within vim, less, and other alt-screen apps!
Bug fixes
- Respect symlinks in Warp configuration directories (for themes and workflows)
- Fixed unwanted text appearing in the Input Editor when RPROMPT is set
- Fixed the emoji composer not working properly
- Fixed a crash that could occur when using the Unicode Hex Input keyboard
- Fixed escape binding not closing the resource center
- Move Backward/Forward One Word bindings can now be overridden
- Fixed crash when hovering over multiple byte text within the Input Editor
- Fixed “command not found: sed” and “command not found: tr” issues with the SSH wrapper
- Fixed issue where tab completions and command search could be visible at the same time
New features
- Command Search: Ctrl-R opens a panel where you can search your history, workflows, and other command execution-related items, all in one place
- Sticky command header: Warp now pins the prompt/command section of a Block to the top of the screen; click it to scroll to the top of the Block. Can be toggled via Settings > Features > Show Sticky Command Header
- Warp’s Input Editor now supports soft wrapping; long commands are now fully visible!
Bug fixes
- Warp now sets the TERM_PROGRAM environment variable correctly in wrapped SSH sessions
New features
- Warp now offers Command Corrections! Warp will suggest corrections for errors in previous console commands
- Warp now also detects invalid file paths -- they are underlined red when error underlining is enabled
- Added a toggle in
Settings > Appearance
to configure whether and how Warp enforces minimum contrast
Bug fixes
- Fixed an issue where toggling the default prompt would not update it immediately
- Improved positioning of the
TAB
completions menu when using split panes
New features
- Warp's prompt now shows the number of modified files on your local git branch! Search "changed file count" in the Command Palette or right-click the Prompt to toggle
Bug fixes
- Dim-styled colors are now restored properly
Bug fixes
- Fixed a bug when hovering over hover icons
Bug fixes
- Modifying the mouse and scroll reporting settings now applies immediately
- Fixed cursor not blinking when starting a shell instance
- Fixed temporarily flashing the wrong prompt while Warp is still bootstrapping
- Removed duplicate entry for toggling error underlining and syntax highlighting within the Command Palette
New features
- Warp’s Input Editor now has Syntax Highlighting and Error Underlining, with no configuration!
- Warp now uses a pointer cursor when hovering over links
Bug fixes
- Git branches in the completions menu now bold correctly
- Warp no longer crashes when
/bin/bash
is missing
New features
- Drag and drop a folder or file onto the Warp dock icon to open a new tab in this directory
- Added dividers between Blocks in compact mode
- Shell keywords are now supported for completions and Command Inspector
Bug fixes
- Accessibility support for context menu keybinding
- Keystrokes typed while a command is still executing no longer gets dropped
- Link recognition no longer includes trailing quotes
- Find search results will continue to be highlighted after clearing the screen during a long running command
- Fixed completions for commands prefixed with environment variables
- Warp’s resource center is now center aligned
New features
- Extend the currently selected text (within Blocks) with
SHIFT-LEFT
,SHIFT-RIGHT
,SHIFT-UP
, andSHIFT-DOWN
- Double-click and drag to select text in the Input Editor
- Insert the last word of the previous command with
META-.
- Added a toggle to enable mouse and scroll reporting to the settings dialog (
Settings > Features
)
Bug fixes
- The
clear
command no longer appears in the snackbar at the top of the window - Warp’s completions now support executables in remote sessions (no longer just bash)
- Fixed subcommand completions for commands with proper prefixes of each other (e.g.
npm r
andnpm run
) - The completion spec for
lsd
now supports files
New features
- After selecting a Block press
CTRL-M
to open its context menu - Commands in the tab completions menu and history menu can now be executed directly with
CMD-ENTER
- Completions now support shell builtins, git aliases, and also npm aliases
Bug fixes
- Command Palette now includes the most useful features at the top
- Improved flag completions for cargo
New features
- Warp Resource Center - explore Warp features and documentation by clicking the
?
icon or pressingSHIFT-CTRL-?
- New icons in the completion menu denoting flags, folders, branches, etc.
Bug fixes
- Press
CMD-ENTER
within the history menu (CTRL-R
) to directly execute the highlighted command - Fixed crash when opening many tabs (due to MacOS’s default open file descriptor limits)
- Fixed crash when laying out RTL text
New features
- Global hotkey window can now float above full-screen apps
- Tabs can now have their color customized (via right-clicking on a tab)
- Terminal line height is now configurable (via Settings > Appearance)
New features
- Tab completions now support fuzzy string matching
- Improve completions for over 450 commands, including docker, kubernetes, cargo, node, and git
Bug fixes
- Properly send C0 control codes for <ctrl-[2-8]> keystrokes
- Session restoration now also persists bold, underline, italic, and strikethrough formatting
- Inspect mode now works for the changelog modal
- Fixed a crash when highlighting a link
- Fixed Find occasionally returning only partial results
- Fixed occasional crash when loading images
- Fixed display issue in the Mac Menu for keyboard shortcuts with special keys
New features
- Experimental feature: support for always-on completions — the completions menu can now open automatically while typing (enable via Settings -> Features)
Bug fixes
- Custom tab titles no longer get overwritten when using multiple panes
- A Block’s execution duration is now formatted in hours, minutes, and seconds
- Improved rendering of the ‘Current session’ text in the Navigation Palette
- Warp properly hides the cursor when a CLI sends the respective escape sequence
- Warp stays focused (keyboard-interactive) after closing the Share Block menu and the context menu
- Warp no longer lags when the Ctrl-R menu is opened
- Confirming a tab suggestion appends a space to the buffer
New features
- Launch Configurations - Save a configuration of windows, tabs, and panes to open later with
CTRL-CMD-L
- Session Navigation - Navigate to any session in Warp with
SHIFT-CMD-P
- Added exclusive theme for users who joined Warp through a referral
Bug fixes
- Prompt now shows Git SHA instead of HEAD when you’re not on a branch
- Filepath completions now include current directory ('.') and parent directory ('..')
- Support
SHIFT-HOME
andSHIFT-END
keybindings to select text to line start and end. - Items in the Command Palette now highlight when you hover over them with your mouse
- Improved how Warp cleans up the warptmp directory for Zsh SSH sessions
- Already open dropdown menus are now properly closed when clicked
- Warp no longer crashes when dragging a window that’s running htop
- Warp no longer crashes when the find bar is open
New features
- Can now Middle-click a tab to close it
- Added additional tab reordering options (Close: tab, other tabs, and tabs to the right) via the Mac Menu, the Command Palette, and a tab’s context menu (right click)
Bug fixes
- Added a toggle to the Mac Menu for maximizing panes
- Can now switch panes using keyboard shortcuts even when a pane is maximized
- Add support for opening file paths with RubyMine, PhpStorm, and WebStorm
- Fixed crash when highlighting links
- Fixed issue where the HISTCONTROL environment variable was ignored in bash
- Pressing
CTRL-R
to open history search no longer crashes Warp when you have multiple cursors
New features
Bug fixes
- Various CLI tools no longer hang e.g. Bazel and Maven
- Command Inspector hover no longer crashes with UTF-8 encoded strings
- Opening the find / search bar (
CMD-F
) now automatically selects the text - Tab titles are no longer reset when changing panes
Bug fixes
- Closing and re-opening the Command Palette now resets the selected item
- The cursor’s position is now restored after exiting the Command History Search (
CTRL-R
) menu. - Shorthand and longhand flags are now correctly surfaced (based on the number of dashes) in tab completions
- Added voiceover support for
BACKSPACE
andDELETE
keystrokes within the Input Editor
New features
- Command Inspector - hover over any piece of a command in Warp’s Input Editor to surface documentation or press
CMD+I
to inspect at the cursor’s current location - Improved ordering in the tab completions menu
Bug fixes
- Font color for links in light mode (themes) now set correctly
- Moving forward by a word no longer moves farther than expected
- Warp no longer hangs when passing an invalid file path
- Fixed issues with persisting the selected theme when “Sync with OS” is enabled and the theme picker is launched from the Command Palette (or a keyboard shortcut)
- Fixed issues with text input after clearing Blocks (
CMD-K
) while in a REPL environment. - Fixed shortcut for select-left-by-word (
SHIFT-CMD-B
), select-right-by-word (SHIFT-CMD-F
), select-line-to-end (SHIFT-CTRL-E
), and select-line-to-start (SHIFT-CTRL-A
)
Bug fixes
- Improved startup time for Fish shells
- Find Bar no longer crashes on selected text
- Scrollbar now supports jumping to where you click