Compare commits

...

4 Commits

Author SHA1 Message Date
y0rune 546df12178 Added commentary new key 2021-11-24 15:52:24 +01:00
y0rune 21c539737c Changed mpv for MacOS 2021-11-24 15:52:00 +01:00
y0rune 8452fd3ebb Added to gitignore golang and .config/ytmdl 2021-11-24 15:51:43 +01:00
y0rune 4dd9006d04 Changed localisation of streamlink config 2021-11-24 15:51:20 +01:00
6 changed files with 15 additions and 5 deletions
+8 -1
View File
@@ -202,10 +202,17 @@ nmap <leader>rr <Plug>(coc-rename)
nmap <silent> <leader>gp <Plug>(coc-diagnostic-prev) nmap <silent> <leader>gp <Plug>(coc-diagnostic-prev)
nmap <silent> <leader>gn <Plug>(coc-diagnostic-next) nmap <silent> <leader>gn <Plug>(coc-diagnostic-next)
nnoremap <leader>cr :CocRestart nnoremap <leader>cr :CocRestart
" Adding commentary
xmap <leader>c <Plug>Commentary xmap <leader>c <Plug>Commentary
nmap <leader>c <Plug>Commentary nmap <leader>c <Plug>Commentary
omap <leader>c <Plug>Commentary omap <leader>c <Plug>Commentary
nmap <leader>cc <Plug>CommentaryLine nmap <leader>c <Plug>CommentaryLine
xmap <C-_> <Plug>Commentary
nmap <C-_> <Plug>Commentary
omap <C-_> <Plug>Commentary
nmap <C-_> <Plug>CommentaryLine
" Better tab " Better tab
vnoremap <Tab> > vnoremap <Tab> >
+2
View File
@@ -0,0 +1,2 @@
player=mpv --cache 2048 --no-resume-playback
player-no-close
+1
View File
@@ -261,3 +261,4 @@ notes.org
Musik/ Musik/
.config/ytmdl .config/ytmdl
golang
-2
View File
@@ -1,2 +0,0 @@
player=mpv --cache 2048
player-no-close
+1 -1
View File
@@ -101,7 +101,7 @@ alias denpl="trans en:pl"
alias dplen="trans pl:en" alias dplen="trans pl:en"
alias notes="nvim $HOME/git/notes/index.md" alias notes="nvim $HOME/git/notes/index.md"
alias mgr="cd $HOME/Documents/Mega-Documents/Magisterka-Marcin/Semestr1/" alias mgr="cd $HOME/Documents/Mega-Documents/Magisterka-Marcin/Semestr1/"
[[ "$(uname)" == "Darwin" ]] || alias mpv="__NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 __GLX_VENDOR_LIBRARY_NAME=nvidia __GL_SYNC_TO_VBLANK=0 mpv --vo=x11 --hwdec=no --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo[height<=?1080]+bestaudio/best'" [[ "$(uname)" == "Darwin" ]] && alias mpv="mpv --no-resume-playback" || alias mpv="__NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 __GLX_VENDOR_LIBRARY_NAME=nvidia __GL_SYNC_TO_VBLANK=0 mpv --vo=x11 --hwdec=no --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo[height<=?1080]+bestaudio/best'"
[[ "$(uname)" == "Darwin" ]] && alias lsblk="diskutil list" [[ "$(uname)" == "Darwin" ]] && alias lsblk="diskutil list"
alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k" alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k"
alias lg="lazygit" alias lg="lazygit"
@@ -0,0 +1,2 @@
player=mpv --cache 2048 --no-resume-playback
player-no-close