Minor fix

This commit is contained in:
js0ny 2025-03-20 20:14:01 +00:00
parent 9f85a746dc
commit 17cf51c1ca
5 changed files with 128 additions and 8 deletions

View file

@ -84,4 +84,6 @@ function Show-WindowsNotification {
$notifyIcon.Icon = [System.Drawing.Icon]::ExtractAssociatedIcon((Get-Command pwsh).Source)
$notifyIcon.Visible = $true
$notifyIcon.ShowBalloonTip(0,$Title,$Message,[System.Windows.Forms.ToolTipIcon]::Info)
}
}
Import-Module "$($(Get-Item $(Get-Command scoop.ps1).Path).Directory.Parent.FullName)\modules\scoop-completion"

View file

@ -7,10 +7,14 @@
noremap n j
noremap e k
noremap i l
noremap H 0
noremap N 5j
noremap E 5k
noremap I $
nnoremap N 5j
nnoremap E 5k
vnoremap H ^
xnoremap H ^
onoremap H ^
vnoremap I $
xnoremap I $
onoremap I $
" Similar position to i
noremap l i