martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
843 stars 108 forks source link

mod+c not creating a new window #127

Open ptsang123 opened 2 years ago

ptsang123 commented 2 years ago

Whenever I use Mod+c, the terminal (xterm) interprets the command as the kill command aka ctrl+c.

Ingvix commented 2 years ago

Shouldn't you just configure either xterm or dvtm so they aren't using the same bindings?

Kieran-Weaver commented 7 months ago

You might be entering the command wrong. It's not ctrl-c, it's ctrl-g, then take your hands off the keyboard, then c (no ctrl required).