Skip to content

Commit

Permalink
urxvt+ranger updates
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 21, 2017
1 parent 04adcf7 commit 3fec2f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion Xresources
Expand Up @@ -20,17 +20,25 @@ urxvt*boldItalicFont: xft:Source Code Pro for Powerline:size=10:bold:italic:anti
!urxvt*boldItalicFont: xft:Ubuntu Mono derivative Powerline:bold:italic:antialias=true:hinting=true
urxvt*letterSpace: -1

urxvt*perl-ext: default,matcher,font-size
urxvt*perl-ext: default,matcher,font-size,url-select,clipboard
urxvt*url-launcher: /usr/bin/firefox
urxvt*matcher.button: 1

URxvt.clipboard.autocopy: true
URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
URxvt.keysym.M-y: perl:clipboard:copy
URxvt.keysym.M-p: perl:clipboard:paste

!URxvt.keysym.C-Up: font-size:increase
!URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.C-S-Down: font-size:decglobal
URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.C-slash: font-size:show

URxvt.keysym.M-u: perl:url-select:select_next

urxvt*keysym.Home: \033[1~
urxvt*keysym.End: \033[4~
! -----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions ranger/rc.conf.base
Expand Up @@ -506,8 +506,8 @@ map <C-l> fzf_locate

#Work folder

map WK shell mkdir ~/Work -p && cd ~/Work
map WAD shell rm -rf ~/Work
map WK shell cd ~/work
#map WAD shell rm -rf ~/Work

#Printing

Expand Down

0 comments on commit 3fec2f8

Please sign in to comment.