# HG changeset patch # User Steve Losh # Date 1530673925 0 # Node ID ab1b62093e4de8e7690bab865d80b64c19c13048 # Parent c680a6865b3fecb6bd2938e9562e32123a31e673 Linux diff -r c680a6865b3f -r ab1b62093e4d vim/vimrc --- a/vim/vimrc Tue Jul 03 21:41:51 2018 +0000 +++ b/vim/vimrc Wed Jul 04 03:12:05 2018 +0000 @@ -324,7 +324,7 @@ call winrestview(view) endfunction -noremap p "*p +noremap p "+p " noremap p mz:r!pbpaste`z vnoremap y :call g:FuckingCopyTheTextPlease() nnoremap y VV:call g:FuckingCopyTheTextPlease() diff -r c680a6865b3f -r ab1b62093e4d weechat/weechat.conf --- a/weechat/weechat.conf Tue Jul 03 21:41:51 2018 +0000 +++ b/weechat/weechat.conf Wed Jul 04 03:12:05 2018 +0000 @@ -117,7 +117,7 @@ quote_time_format = "%H:%M:%S" read_marker = line read_marker_always_show = on -read_marker_string = "◡◡◠" +read_marker_string = "─" save_config_on_exit = off save_config_with_fsync = off save_layout_on_exit = all