dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

$HOME sweet $HOME

Results 8 dotfiles issues
Sort by recently updated
recently updated
newest added

Thanks for your [blog](https://wikimatze.de/vimtex-the-perfect-tool-for-working-with-tex-and-vim/). I do benefit a lot. I have a small question about backward search. On my machine, the ctrl+left click does backward search instead of ctrl-enter. It...

export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function Remove .profile

My basic colors: ``` ColorCursor=#0f0f49499999 ColorSelection=#16163b3b5959 ``` Zoom script: ``` #!/bin/bash # Details see http://askubuntu.com/a/785864 # Check if Xfce4 Terminal is running. If it is not, exit. status=$(pgrep xfce4-terminal) if...

The file can be found under https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/grunt/grunt.plugin.zsh

``` sh :respawn-pane -k ``` create shortcut for this.

Press `Shift` and then mark the text: Source: https://awhan.wordpress.com/2012/04/18/tmux-copy-paste-with-mouse/

`swap-window -s 3 -t 1` > to let window number 3 and window number 1 swap their positions. # window movement / renumbering like in screen's :number `bind-key m command-prompt...