From fded58696a689f83d3416eeb094198d81f8a9d16 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 27 Jun 2025 16:38:52 +0200 Subject: [PATCH] vim:keys:TODO: `omap [ia]$` in shell scripts I'd like to have `$` as a text object in shell scripts to select parameter expansions and command substitutions. --- .config/vim/vimrc.d/40-keys.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index ece67d4..04b3be4 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -540,4 +540,6 @@ augroup qf_centered_enter augroup END " TODO: make `gf` open absolute paths relative to PWD if possible +" TODO: operator pending mode: [ia]$ in shell scripts to select the current +" parameter expansion or command substitution "