diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-14 23:22:17 +0300 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-14 23:22:17 +0300 |
commit | e2ab7d847f789bdc4395e0d56fdbd29a408df3b4 (patch) | |
tree | 1cb55de6ebe92c94444137b55d9b354a4285375f | |
parent | 16048949e93d37fd82de7c158278f6358970792b (diff) | |
download | dotfiles-e2ab7d847f789bdc4395e0d56fdbd29a408df3b4.tar.gz dotfiles-e2ab7d847f789bdc4395e0d56fdbd29a408df3b4.tar.bz2 dotfiles-e2ab7d847f789bdc4395e0d56fdbd29a408df3b4.zip |
volume above 100% for ratpoison
-rw-r--r-- | pentadactylrc | 2 | ||||
-rw-r--r-- | vimrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pentadactylrc b/pentadactylrc index 3cfd843..1040fbe 100644 --- a/pentadactylrc +++ b/pentadactylrc @@ -118,7 +118,7 @@ map -count -modes=n,v D -builtin <count>d map -count -modes=n,v u -builtin <count><C-u> map -count -modes=n,v U -builtin <count>u map -count -modes=n,v x -builtin <count>d -map -count -modes=n,v w <count>o<Space>wikipedia<space> +map -count -modes=n,v w <count>owikipedia<space> set autocomplete= set defsearch=startpage-https set editor='rxvt -e sh -c "vim +<line> +\"sil! call cursor(0, <column>)\" <file>"' @@ -73,7 +73,7 @@ set noswapfile set nobackup au CursorHold,CursorHoldI * checktime au CursorHold,CursorHoldI * silent! wa -set updatetime=2 +set updatetime=2000 filetype plugin on filetype indent off let g:tex_flavor='latex' |