diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 5552f55..ce3e131 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -141,8 +141,8 @@ URxvt*boldFont: xft:Inconsolata:bold URxvt.letterSpace: -1 URxvt*termName: rxvt -URxvt*iso14755_52: False -URxvt*iso14755: False +URxvt.iso14755: False +URxvt.iso14755_52: False URxvt.urgentOnBell: true ! URxvt*foreground: color ! URxvt*color0: color diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index c007890..778cea8 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -88,4 +88,4 @@ bind p paste-buffer set-window-option -g mode-keys vi # Pass-through C- -set-window-option -g xterm-keys on +#set-window-option -g xterm-keys on