diff --git a/vimrc b/vimrc index 5ce3a2a..2ab73c9 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,5 @@ set nocompatible -set background=light +set background=dark set backspace=indent,eol,start set cursorline set foldmethod=marker @@ -104,7 +104,7 @@ if v:version >= 700 " easymotion options let g:EasyMotion_do_mapping=0 let g:EasyMotion_smartcase=1 - nmap s (easymotion-s) + nmap f (easymotion-s) map j (easymotion-j) map k (easymotion-k) diff --git a/xresources b/xresources index 4faa07e..b65a25e 100644 --- a/xresources +++ b/xresources @@ -17,7 +17,7 @@ URxvt.boldFont: terminus_bold URxvt.italicFont: terminus_bold URxvt.boldItalicFont: terminus_bold URxvt.saveLines: 1000 -URxvt.cursorUnderline: true +!URxvt.cursorUnderline: true URxvt.iso14755: false URxvt.visualBell: false URxvt.urgentOnBell: true @@ -40,7 +40,8 @@ URxvt.keysym.C-V: perl:clipboard:paste URxvt.foreground: #657b83 URxvt.background: #fdf6e3 -URxvt.cursorColor: #002b36 +!URxvt.cursorColor: #002b36 +URxvt.cursorColor: #dc322f URxvt.colorBD: #002b36 URxvt.color0: #073642