dotfiles
dotfiles copied to clipboard
neovimで<C-S-PageUp><C-S-PageDown>が効かなぃ
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;7uThe above code is what pangoterm sends when ctrl+alt+j is pressed
pangotermってゅーのをインストールして、
cat -vをして<C-S-PageUp>を押してもなにも出力されなぃ
てか、uxtermもぉなじで、なにも出力されなぃ
バッファのスクロールになるゎ
ってことゎ、<S-PageUp>って扱ぃになっちゃってるのかな
なんかむずかしぃから続きゎまた今度