On Thu, Aug 29, 2013 at 4:56 PM, Sebastian Ramacher wrote:
>
> On 2013-08-29 16:14:17, Marwan Tanager wrote:
> > Same problem. Shift + Insert just pastes the last clipboard contents before
> > selecting the text, ignoring the selected text which Zathura says that it
> > has been added to the clipb
On 2013-08-29 16:14:17, Marwan Tanager wrote:
> Same problem. Shift + Insert just pastes the last clipboard contents before
> selecting the text, ignoring the selected text which Zathura says that it
> has been added to the clipboard
Do you have anything running that messes with your clipboards? T
Same problem. Shift + Insert just pastes the last clipboard contents before
selecting the text, ignoring the selected text which Zathura says that it
has been added to the clipboard
On Thu, Aug 29, 2013 at 4:07 PM, Sebastian Ramacher wrote:
> On 2013-08-29 15:53:31, Marwan Tanager wrote:
> > On
On 2013-08-29 15:53:31, Marwan Tanager wrote:
> On Thu, Aug 29, 2013 at 3:36 PM, Sebastian Ramacher
> wrote:
>
> > On 2013-08-28 22:07:42, Marwan Tanager wrote:
> > > On Wed, Aug 28, 2013 at 11:30:48AM +0200, Moritz Lipp wrote:
> > >
> > > Hi.
> > >
> > > > > Personally, I have the same problem,
On 2013-08-29 15:53:31, Marwan Tanager wrote:
> I don't use the mouse. I paste using Ctrl-v after selecting the text (which
> just pastes the last clipboard contents that don't belong to Zathura).
> Actually, I don't have a mouse; only a touchpad, and I hate using it, and
> don't know what the equi
Forgot to mention that I'm using XMonad as my window manager on Ubuntu.
On Thu, Aug 29, 2013 at 3:53 PM, Marwan Tanager wrote:
>
>
>
> On Thu, Aug 29, 2013 at 3:36 PM, Sebastian Ramacher
> wrote:
>
>> On 2013-08-28 22:07:42, Marwan Tanager wrote:
>> > On Wed, Aug 28, 2013 at 11:30:48AM +0200, M
On Thu, Aug 29, 2013 at 3:36 PM, Sebastian Ramacher wrote:
> On 2013-08-28 22:07:42, Marwan Tanager wrote:
> > On Wed, Aug 28, 2013 at 11:30:48AM +0200, Moritz Lipp wrote:
> >
> > Hi.
> >
> > > > Personally, I have the same problem, and I don't know why it
> happens, so I
> > > > can't be very hel
On 2013-08-28 22:07:42, Marwan Tanager wrote:
> On Wed, Aug 28, 2013 at 11:30:48AM +0200, Moritz Lipp wrote:
>
> Hi.
>
> > > Personally, I have the same problem, and I don't know why it happens, so I
> > > can't be very helpful on this one.
> >
> > This works just fine for me under Arch Linux. I
By default h,j,k,l move out,down,up,in, respectively, inside
the index. I'm trying to map these one step over to
j,k,l,;.
I have found the function navigate_index with the option
up and down to work properly. So
map [index] k navigate_index down
map [index] l navigate_index up
work as expected.