Skip to content

Instantly share code, notes, and snippets.

View coramuirgen's full-sized avatar

Cora Muirgen coramuirgen

View GitHub Profile
@coramuirgen
coramuirgen / TreeStyleTab_style_notes.md
Last active July 20, 2018 20:10
TreeStyleTab complete styling replacement css

Prerequisite Settings for TreeStyleTab

  • Complete styling replacement (Theme: No Decoration)

Colors

Currently referencing css output from Pywal

  • Colors css can be imported in userContent.css.
  • Currently using a gold accent for selected tab and shadows regardless of colorscheme, looks good on light and dark colorschemes
@romainl
romainl / Vim_pushing_built-in_features_beyond_their_limits.markdown
Last active September 19, 2023 08:16
Vim: pushing built-in features beyond their limits

Vim: pushing built-in features beyond their limits

The situation

Searching can be an efficient way to navigate the current buffer.

The first search commands we learn are usually / and ?. These are seriously cool, especially with the incsearch option enabled which lets us keep typing to refine our search pattern. / and ? really shine when all we want is to jump to something we already have our eyeballs on but they are not fit for every situation:

  • when we want to search something that's not directly there, those two commands can make us lose context very quickly,
  • when we need to compare the matches.
@metalelf0
metalelf0 / neovim_colorscheme_patcher.rb
Created September 3, 2015 12:27
Neovim colorscheme patcher to add 24bit colors to terminal
#!/usr/bin/env ruby
class VimColorscheme
attr_accessor :file_path
def initialize(file_path)
@file_path = file_path
end
def extract_colors
@pascalpoitras
pascalpoitras / config.md
Last active April 28, 2024 23:12
My WeeChat configuration

WeeChat Screenshot

Mouse


enable