joshukraine / dotfiles

:round_pushpin: My dotfiles for macOS using Neovim, Zsh or Fish, and Kitty or iTerm+Tmux

Home Page:https://jsua.co/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you copy paste

Rahulsharma0810 opened this issue · comments

HI @joshukraine,

I can see copy mode by Prefix + Enter, But how you select lines and copy from these configs.

Regards,
Rahul Sharma

Just press Prefix followed by left bracket ([). (Not simultaneously) Then you'll be in copy/paste mode, and you can navigate and select with Vim commands. For example, Shift + v for linewise visual mode. Then just y to yank.