Add comment about better vi-mode cursor change handling
This commit is contained in:
parent
44098ee021
commit
df34f9ca74
@ -67,6 +67,8 @@ Set-PSReadLineKeyHandler -Chord "Ctrl+o" -Function ForwardWord
|
|||||||
# Change cursor shape based on what Vi mode the line editor is in.
|
# Change cursor shape based on what Vi mode the line editor is in.
|
||||||
# Tested and works with PowerShell 5.1
|
# Tested and works with PowerShell 5.1
|
||||||
# NOTE: Requires: Install-Module PsReadline -Scope CurrentUser -Force
|
# NOTE: Requires: Install-Module PsReadline -Scope CurrentUser -Force
|
||||||
|
# TODO: This doesn't handle all cases well. For example when exiting terminal
|
||||||
|
# nvim in a PowerShell session the cursor is a block while in insert mode.
|
||||||
function OnViModeChange {
|
function OnViModeChange {
|
||||||
if ($args[0] -eq 'Command') {
|
if ($args[0] -eq 'Command') {
|
||||||
# Set the cursor to non-blinking block.
|
# Set the cursor to non-blinking block.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user