nicknisi/vim-workshop

getting an error using the .tmux.conf on ubuntu 20.04

basuparth opened this issue · 4 comments

When I try to source the .tmux.conf file I get a error saying

.tmux.conf:74: usage: bind-key [-cnr] [-T key-table] key comman[0/0]
guments]

tmux just displays this and there is no other entry mode left at the terminal at that point

Try replacing lines 74-75 with the following

bind -T copy-mode-vi v send -X begin-selection

Doesn't work. on changing the lines when I execute tmux on my terminal I get [exited] followed by 65;1;9c

Hmm, this file is for an earlier version of tmux. I can look into it but in the mean time I would recommend checking out my current config in my dotfiles.

Thanks @nicknisi this works.