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

Jump for backward/fordward (word) with ctrl+arrow key doesn't work. #120

Closed ahmadraniri1994 closed 3 years ago

ahmadraniri1994 commented 3 years ago

Dvtm seems mess up with some zsh keybind or shell keybind (e.g ctrl+ right arrow to fordward one word). Is it bug or just normal behaviour? Thanks.

ahmadraniri1994 commented 3 years ago

Well, it's kinda solved, add bindkey stuffs seem solve the issue. Thanks

ahmadraniri1994 commented 3 years ago

I use shift+arrow key instead, and works. Just launch dvtm and run cat, then press "shift + arrow key" , then copy the code into .zshrc file! Thanks.