Compare commits
5 Commits
ed506ce6c0
...
a33332de1c
| Author | SHA1 | Date | |
|---|---|---|---|
| a33332de1c | |||
| 152117c4b7 | |||
| 65c4c6486d | |||
| b22190cbd3 | |||
| e3aea319ab |
@@ -11,6 +11,8 @@ unbind C-b
|
||||
set-option -g prefix C-x
|
||||
bind-key C-x send-prefix
|
||||
|
||||
unbind C-z # https://superuser.com/questions/1291278/accidentally-stop-the-tmux-job-via-remote-shell
|
||||
|
||||
# reload config file (change file location to your the tmux.conf you want to use)
|
||||
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
||||
|
||||
|
||||
3
vim/coc-settings.json
Normal file
3
vim/coc-settings.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"pyright.inlayHints.enable": false
|
||||
}
|
||||
2
vim/ftplugin/json.vim
Normal file
2
vim/ftplugin/json.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
set conceallevel=0
|
||||
let g:indentLine_setConceal = 0
|
||||
Reference in New Issue
Block a user