diff options
author | Max Christian Pohle | 2017-06-16 17:59:17 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-06-16 17:59:17 +0200 |
commit | 29a0f085e63308c5aee571bb81ef9d640fe42462 (patch) | |
tree | be04472f96972a2bc63ca2cbb4c5b687b856622a | |
parent | cd4cb069534daa924c541d9e23a9e1c7d77ac4d6 (diff) | |
download | vim-29a0f085e63308c5aee571bb81ef9d640fe42462.tar.bz2 vim-29a0f085e63308c5aee571bb81ef9d640fe42462.zip |
Quickfix to get a buffer into another window
Still needs to be refined
-rw-r--r-- | vimrc-full | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -672,7 +672,7 @@ if has("autocmd") | |||
672 | 672 | ||
673 | let @l = ":let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}|:SignifyRefresh" | 673 | let @l = ":let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}|:SignifyRefresh" |
674 | 674 | ||
675 | let @r = ":!nvr --servername /tmp/nvimsocket --remote %" | 675 | let @r = ":exe ':!nvr --servername /tmp/nvimsocket --remote % +'.line('.')|:stopinsert|:set readonly" |
676 | 676 | ||
677 | 677 | ||
678 | " exec current line as a command, insert output of command (from: https://youtu.be/MquaityA1SM?t=35m45s) | 678 | " exec current line as a command, insert output of command (from: https://youtu.be/MquaityA1SM?t=35m45s) |