fixes
This commit is contained in:
parent
c38f8b5633
commit
8212d1f5e2
2
.bashrc
2
.bashrc
@ -14,6 +14,8 @@ set -o vi
|
|||||||
bind -m vi-command 'Control-l: clear-screen'
|
bind -m vi-command 'Control-l: clear-screen'
|
||||||
bind -m vi-insert 'Control-l: clear-screen'
|
bind -m vi-insert 'Control-l: clear-screen'
|
||||||
#ufetch
|
#ufetch
|
||||||
|
bash ~/Git/fetch.sh/fetch.sh
|
||||||
|
|
||||||
#(cat $HOME/.config/wpg/sequences &)
|
#(cat $HOME/.config/wpg/sequences &)
|
||||||
function lazygit() {
|
function lazygit() {
|
||||||
git add .
|
git add .
|
||||||
|
@ -101,6 +101,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
|||||||
# Binds for swapping between single laptop screen to 2 with an ultrawide
|
# Binds for swapping between single laptop screen to 2 with an ultrawide
|
||||||
bindsym $mod+KP_End exec --no-startup-id bash ~/.scripts/laptop
|
bindsym $mod+KP_End exec --no-startup-id bash ~/.scripts/laptop
|
||||||
bindsym $mod+KP_Down exec --no-startup-id bash ~/.scripts/ultrawide
|
bindsym $mod+KP_Down exec --no-startup-id bash ~/.scripts/ultrawide
|
||||||
|
bindsym $mod+KP_Next exec --no-startup-id bash ~/.scripts/tf2
|
||||||
|
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
|
@ -130,6 +130,8 @@ let g:deoplete#enable_at_startup = 1
|
|||||||
autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif
|
autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif
|
||||||
let g:jedi#completions_enabled = 0
|
let g:jedi#completions_enabled = 0
|
||||||
let g:jedi#use_splits_not_buffers = "right"
|
let g:jedi#use_splits_not_buffers = "right"
|
||||||
|
g:deoplete#sources#jedi#python_path = 'python3'
|
||||||
|
let g:python3_host_prog = '/usr/bin/python3'
|
||||||
|
|
||||||
" Limeligt Binds
|
" Limeligt Binds
|
||||||
nnoremap <Leader>l :Limelight!!<CR>
|
nnoremap <Leader>l :Limelight!!<CR>
|
||||||
|
@ -60,3 +60,8 @@ loadpantomime
|
|||||||
PlayID
|
PlayID
|
||||||
AgentID
|
AgentID
|
||||||
WAMP
|
WAMP
|
||||||
|
i
|
||||||
|
GDPR
|
||||||
|
ProjID
|
||||||
|
DevID
|
||||||
|
DevProj
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user