> Is there way to make Contol-sequences case sensitive?
You can use this patch to support extended set of hotkeys.
https://st.suckless.org/patches/fix_keyboard_input/
But, be wary of some fancy consequences (i.e. unintentional
delete of cmdline in ZSH when you accidentally press any undefined
h
On Wed, May 16, 2018 at 04:22:37PM +0100, Martin Tournoij wrote:
> On Wed, May 16, 2018, at 16:19, Patrick Bucher wrote:
> > On Wed, May 16, 2018 at 03:46:52PM +0100, Martin Tournoij wrote:
> > > On Wed, May 16, 2018, at 15:05, Adrian Grigore wrote: In a perfect
> > > world it would deal well with
On Wed, May 16, 2018, at 16:19, Patrick Bucher wrote:
> On Wed, May 16, 2018 at 03:46:52PM +0100, Martin Tournoij wrote:
> > On Wed, May 16, 2018, at 15:05, Adrian Grigore wrote: In a perfect
> > world it would deal well with it, but Notepad still can't handle Unix
> > newlines...
>
> It actually
On Wed, May 16, 2018, at 15:49, Daniel Vartanov wrote:
> Currently st does not tell ^p from ^P (any letter goes here, "P" is
> here only as an example).
> Is there way to make Contol-sequences case sensitive?
That's not really how terminals work. Terminals are text driven and
communication happens
On Wed, May 16, 2018 at 03:46:52PM +0100, Martin Tournoij wrote:
> On Wed, May 16, 2018, at 15:05, Adrian Grigore wrote: In a perfect
> world it would deal well with it, but Notepad still can't handle Unix
> newlines...
It actually does:
https://hackaday.com/2018/05/08/windows-notepad-now-supports
Currently st does not tell ^p from ^P (any letter goes here, "P" is
here only as an example).
Is there way to make Contol-sequences case sensitive?
Just in case it is relevant, I need it to set certain hot keys in tmux.
Thanks,
Daniel
On Wed, May 16, 2018, at 15:05, Adrian Grigore wrote:
> What do you guys think of this:
>
> https://ronaldduncan.wordpress.com/2009/10/31/text-file-formats-ascii-delimited-text-not-csv-or-tab-delimited-text/
I think it's a reasonable alternative to CSV or TSV. I actually used it
for the file for
What do you guys think of this:
https://ronaldduncan.wordpress.com/2009/10/31/text-file-formats-ascii-delimited-text-not-csv-or-tab-delimited-text/
--
Thanks,
Adi