cpadilla / arch-linux-issues

This repository simply serves as an issue tracker for things I want to get done in my arch linux environment.
1 stars 0 forks source link

Prevent file marks ('M) from jumping to window if file is open there #20

Open cpadilla opened 5 years ago

cpadilla commented 5 years ago

In nvim, if I have multiple files open on different buffer splits, if I jump to a mark in a file (ie: 'M) that is already opened in a different buffer split, rather than jumping to the other split, jump to that file in the same split. This is because if I'm jumping to that file in the current split, I'm trying to have it open in that split. If I wanted to go to the other split, I would navigate there manually.