Pinned Loading
-
.tmux.conf
.tmux.conf 1# helps in faster key repetition
2set -sg escape-time 0
34# start session number from 1 rather than 0
5set -g base-index 1
-
.vimrc
.vimrc 1set laststatus=2 " Always display the statusline in all windows
2set showtabline=2 " Always display the tabline, even if there is only one tab
3set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)
4set t_Co=256
5set encoding=utf-8
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.