Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tmux copy/paste in visual selection doesn't seem to be working #29

Open
michael-christen opened this issue Mar 16, 2024 · 0 comments
Open

Comments

@michael-christen
Copy link
Owner

[[xdg_config_dir/tmux/tmux.conf]]

bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard"

Doesn't seem to be working

michael-christen added a commit that referenced this issue Mar 16, 2024
…things (#28)

- obsidian.nvim was the big impetus
- that caused me to actually add some lua plugins and configuration
(should probably switch to all lua at some point)
- also had to install the snap package version of neovim

- Setup [obsidian.nvim](https://github.com/epwalsh/obsidian.nvim)
  - caused
[restructuring of nvim
plugins](https://github.com/folke/lazy.nvim?tab=readme-ov-file#-structuring-your-plugins)
- Even handles [`^` block
links](https://help.obsidian.md/Linking+notes+and+files/Internal+links)
  - note: <ctrl-k> then a motion shows what it is in vim
  - add new fonts with [nerdfont](https://www.nerdfonts.com)
    - list with `fc-list`
    - install to ~/.local/share/fonts
- could do with [webi](https://github.com/webinstall/webi-installers)
    - rebuild font cache `fc-cache -fv`
- update fonts used in system via gnome-tweaks, can script by doing it
      there and watching with `dconf watch /`
- `dconf write /org/gnome/desktop/interface/monospace-font-name
"'UbuntuMono Nerd Font Mono 13'"`
- update fonts used in [chrome settings > appearance > customize
fonts](chrome://settings/fonts)
      (Standard font) to "Ubuntu nerd font"
-
https://github.com/ryanoasis/nerd-fonts/blob/master/bin/scripts/lib/i_oct.sh
should show up

- [X] Maybe I should remove log from README if I have it in the commit?
- [x] sus out the tmux issues that may have been introduced
- server-00.mchristen.site appears to be having issues with tmux
copy/paste #29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant