diff options
author | luxagraf <sng@luxagraf.net> | 2020-09-04 07:20:43 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-09-04 07:20:43 -0400 |
commit | 57d0188139ee3d71dd816c0fa2d88a91cec55af5 (patch) | |
tree | 531dc0cc4a326122b839a4775e4fcbda22c0f96d /.vimrc | |
parent | 768a4df311c1a0b296481860258a7f58d3a87fa6 (diff) |
added most recent dotfiles changes, switched back to vivaldi
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ Bundle 'junegunn/limelight.vim' call vundle#end() filetype plugin indent on "}}} +" +xnoremap "+y y:call system("wl-copy", @")<cr> +nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '<C-v><C-m>', '', 'g')<cr>p +nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '<C-v><C-m>', '', 'g')<cr>p " Basic stuff {{{ set encoding=utf-8 set scrolloff=3 |