diff options
-rw-r--r-- | screenrc | 6 | ||||
-rw-r--r-- | vimrc | 2 | ||||
-rw-r--r-- | zshrc | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -60,5 +60,11 @@ bindkey "^[O5C" next bindkey "^[O5A" focus up bindkey "^[O5B" focus down +# urxvt shift+left/right +#bindkey "^[[d" prev +#bindkey "^[[c" next +#bindkey "^[[a" focus up +#bindkey "^[[b" focus down + defnonblock 5 @@ -28,3 +28,5 @@ inoremap <silent> <C-right> <C-O>:tabnext<return> nnoremap <silent> <space><left> :tabprev<return> nnoremap <silent> <space><right> :tabnext<return> " nnoremap <silent> <C-M> :make<return> +nnoremap <silent> <C-B> :!make<return> +colorscheme peachpuff @@ -242,7 +242,7 @@ fi case $TERM in - xterm*) + xterm*|rxvt*) function update-title() { print -Pn "\033]0;$1\007" } |