Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 246 Bytes

FORK-NOTE.md

File metadata and controls

9 lines (8 loc) · 246 Bytes
" from
Send_keys_to_Tmux('"'.escape(a:text, '\"$').'"')
" to
Send_keys_to_Tmux('"'.escape(a:text, '\"$`').'"')

" To keep '`' when sending text to haskell (ghci) repl, e.g.:
Send_keys_to_Tmux('"'.escape("f `fmap` Just 3", '\"$`').'"')