conf updated

This commit is contained in:
bumpsoo 2024-01-15 13:55:54 +09:00
parent 4381e48d8a
commit 697a20d81a
3 changed files with 6 additions and 1 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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'