conf updated
This commit is contained in:
parent
4381e48d8a
commit
697a20d81a
3 changed files with 6 additions and 1 deletions
|
|
@ -16,3 +16,4 @@ vim.opt.shiftwidth = 2
|
||||||
vim.opt.smartindent = true
|
vim.opt.smartindent = true
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
|
|
||||||
|
vim.opt.clipboard = "unnamedplus"
|
||||||
|
|
|
||||||
4
.profile
4
.profile
|
|
@ -7,3 +7,7 @@ alias ll='ls -al'
|
||||||
|
|
||||||
export PATH=$PATH:~/go/bin
|
export PATH=$PATH:~/go/bin
|
||||||
export PATH=$PATH:~/.cache/rebar3/bin
|
export PATH=$PATH:~/.cache/rebar3/bin
|
||||||
|
|
||||||
|
export DENO_INSTALL=~/.deno
|
||||||
|
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ setw -g mode-keys vi
|
||||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||||
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
||||||
bind-key -T copy-mode-vi 'r' send -X rectangle-toggle
|
bind-key -T copy-mode-vi 'r' send -X rectangle-toggle
|
||||||
|
set -s copy-command 'xsel -ib'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue