Matthias Günther
Matthias Günther
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...
As mentioned under: https://github.com/wellle/tmux-complete.vim
Hi Daniel, is it possible to add an icon for it? A helper-method should then have the following format: ``` def reddit_url "https://www.reddit.com/submit?url=#{current_article_url}" \ "&title=#{current_article.title}" end ``` Cheers, Matthias
I'm using [vim-plug](https://github.com/junegunn/vim-plug) to manage my plugins, would be nice to know that I'm not always on master. Thanks for the great and small plugin.