diff options
author | Adrian Kummerlaender | 2014-07-12 13:42:36 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-07-12 13:42:36 +0200 |
commit | ecbd890d9ab81ca908d823400146d543716edc4b (patch) | |
tree | 9f327368dad6211c5ba2887e663d52b3b6b90640 /xorg/.Xresources | |
parent | 756ca02df7a97d327a84059986307a29ed0bbf07 (diff) | |
download | dotfiles-ecbd890d9ab81ca908d823400146d543716edc4b.tar dotfiles-ecbd890d9ab81ca908d823400146d543716edc4b.tar.gz dotfiles-ecbd890d9ab81ca908d823400146d543716edc4b.tar.bz2 dotfiles-ecbd890d9ab81ca908d823400146d543716edc4b.tar.lz dotfiles-ecbd890d9ab81ca908d823400146d543716edc4b.tar.xz dotfiles-ecbd890d9ab81ca908d823400146d543716edc4b.tar.zst dotfiles-ecbd890d9ab81ca908d823400146d543716edc4b.zip |
Fixed vim split navigation Alt+Arrow key combinations
* moved the mappings to vimrc to enable them for both vim and gvim
* added Alt+Arrow key forwarding to urxvt configuration
* added default font to pentadactylrc
Diffstat (limited to 'xorg/.Xresources')
-rw-r--r-- | xorg/.Xresources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index 90ac874..7b51a38 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -13,3 +13,7 @@ URxvt.keysym.Control-Up: \033[1;5A URxvt.keysym.Control-Down: \033[1;5B URxvt.keysym.Control-Left: \033[1;5D URxvt.keysym.Control-Right: \033[1;5C +URxvt.keysym.M-Down: \033[1;3B +URxvt.keysym.M-Up: \033[1;3A +URxvt.keysym.M-Left: \033[1;3D +URxvt.keysym.M-Right: \033[1;3C |