Skip to content

ferranpm/vim-isolate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Isolate

Installation

  • Using Pathogen, run the following commands:

      % git clone https://github.com/ferranpm/vim-isolate ~/.vim/bundle/isolate
    

Usage

call :[range]Isolation to edit part of a file on a new buffer. When finished, call :Isolation to merge the edited part with the file Recommended mapping

nnoremap <leader>i vap \| :Isolation<cr>
vnoremap <leader>i :Isolation<cr>

Demo

Not Updated to show toggling or explicit ranges (:n,N Isolation) asciicast

About

Isolate part of a file to create a 'safe edit environment'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published