This commit is contained in:
Simon Kellet 2022-01-04 22:17:56 +00:00
parent c38f8b5633
commit 8212d1f5e2
5 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,8 @@ set -o vi
bind -m vi-command 'Control-l: clear-screen'
bind -m vi-insert 'Control-l: clear-screen'
#ufetch
bash ~/Git/fetch.sh/fetch.sh
#(cat $HOME/.config/wpg/sequences &)
function lazygit() {
git add .

View File

@ -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
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_Next exec --no-startup-id bash ~/.scripts/tf2
# Use Mouse+$mod to drag floating windows to their wanted position

View File

@ -130,6 +130,8 @@ let g:deoplete#enable_at_startup = 1
autocmd InsertLeave,CompleteDone * if pumvisible() == 0 | pclose | endif
let g:jedi#completions_enabled = 0
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
nnoremap <Leader>l :Limelight!!<CR>

View File

@ -60,3 +60,8 @@ loadpantomime
PlayID
AgentID
WAMP
i
GDPR
ProjID
DevID
DevProj

Binary file not shown.