rusdevops

Results 81 issues of rusdevops

https://github.com/teto/fzf-gems

**.tmux.conf** ``` bind-key 0 run "tmux split-window -l 12 'zsh -ci ftpane'" ``` **.fzf.command.zsh** ``` # ftpane - switch pane (@george-b) ftpane() { local panes current_window current_pane target target_window target_pane...

``` set spelllang=en set spellfile=$HOME/.vim/spell/en.utf-8.add " spellcheck dictionary location set complete+=kspell " word comletion via ctrl n/p autocmd FileType gitcommit setlocal spell " spellcheck git commit messages autocmd FileType markdown...

https://dalibornasevic.com/posts/43-12-vim-tips

go get github.com/yudai/gotty ``` preferences { background_color = "#282c34" color_palette_overrides = ["#282c34","#e06c75","#98c379","#e5c07b","#61afef","#c678dd","#56b6c2","#dcdfe4","#002b36","#cb4b16","#586e75","#657b83","#839496","#6c71c4","#93a1a1","#fdf6e3"] } ```