These configurations have been tested on Manjaro with XFCE.
Working perfectly on 2 monitors:
1920x1080p
3840x2160p
| if empty(glob('~/.vim/autoload/plug.vim')) | |
| silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs | |
| \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
| autocmd VimEnter * PlugInstall --sync | source $MYVIMRC | |
| endif | |
| call plug#begin('~/.vim/plugged') | |
| Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
| Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } |
| ctrl + ] // navigate | |
| ctrl + t // return navigation | |
| ctrl + w // press twice and fast to change from nerdtree to the opened file | |
| :NERDTreeToggle // reopen NERDTree | |
| gt ou ctrl + > // change to the next tab | |
| gT ou ctrl + < // back to the previous tab | |
| :FZF // search file | |
| :RG // regex (need to install ripgrep locally) | |
| # Call Bash |
| # Install powerline and powerline fonts. | |
| sudo pacman -S powerline powerline-fonts | |
| # Optional - Install powerline-fonts-git package from AUR to get the patched fonts. | |
| # Remove the powerline-fonts first then: | |
| sudo pacman -S powerline-fonts-git |
| Author: Nilo Dantas - n1lo | |
| Based on: https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/518056 - helio-valente post | |
| How to use Cedilha on US Keyboard on ArchLinux | |
| 1) Put: English(US, internacional with dead Keys) on your system keyboard layout. | |
| 2) Editing the files: | |
| sudo vim /usr/lib/gtk-3.0/3.0.0/immodules.cache |
| sudo tee /etc/modprobe.d/ath9k.conf <<< "options ath9k btcoex_enable=1" |
| # ~/.config/pulse/daemon.conf | |
| default-sample-format = float32le | |
| default-sample-rate = 48000 | |
| alternate-sample-rate = 44100 | |
| default-sample-channels = 2 | |
| default-channel-map = front-left,front-right | |
| default-fragments = 2 | |
| default-fragment-size-msec = 125 | |
| resample-method = soxr-vhq |
| version: "3.9" | |
| services: | |
| mariadb: | |
| image: mariadb:10.8.3 | |
| container_name: database | |
| hostname: database | |
| restart: unless-stopped | |
| volumes: | |
| - ./db/mariadb:/docker-entrypoint-initdb.d |
#PotPlayer guide
Alternative and up to date guide here: http://wp.me/PrgSo-gQ.
##Installers