From 97218ab36d707f7aa1190fed9c0c2d6c5f52bcc2 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 24 Oct 2019 08:41:15 +0100 Subject: [PATCH] vim: add windowswap --- vimrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vimrc b/vimrc index d2e3c86..c871e22 100644 --- a/vimrc +++ b/vimrc @@ -19,6 +19,7 @@ call plug#begin('~/.vim/plugged') Plug 'vim-airline/vim-airline-themes' Plug 'scrooloose/nerdtree' + Plug 'wesQ3/vim-windowswap' " be sure to read full install instructions. this still needs " you to cd ~/.vim/plugged/YouCompleteMe @@ -301,10 +302,6 @@ nnoremap m :FZFMru map :Ag =expand("") nnoremap f :Ag =expand("") -" use F4 to jump into and out of hex editing. Bit dangerous for normal use... -" map :set binary:%!xxd -" map :%!xxd -r - " use F4 to bring up NERDTree map :NERDTree nnoremap n :NERDTreeToggle