dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

neovimで<C-S-PageUp><C-S-PageDown>が効かなぃ

Open ayapi opened this issue 10 years ago • 0 comments

Fix ambiguous terminal key strokes? [$35] · Issue #176 · neovim/neovim

Something you can do check what codes pangoterm sends when a key combination is pressed(using xxd or cat) and configure urxvt to send the same codes. Pangoterm is also another project by @leonerd and consequently it uses the same encoding used by libtermkey. For example, to map ctrl+alt+j you need to add this to you .Xresources:

urxvt.keysym.C-M-j:       \033[106;7u

The above code is what pangoterm sends when ctrl+alt+j is pressed

pangotermってゅーのをインストールして、 cat -vをして<C-S-PageUp>を押してもなにも出力されなぃ

てか、uxtermもぉなじで、なにも出力されなぃ

バッファのスクロールになるゎ ってことゎ、<S-PageUp>って扱ぃになっちゃってるのかな

なんかむずかしぃから続きゎまた今度

ayapi avatar Dec 17 '15 07:12 ayapi