As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
" -- tabular settings ---------------------------------------------------------- | |
nnoremap <silent> <Leader>a= :Tabularize /=<CR> | |
vnoremap <silent> <Leader>a= :Tabularize /=<CR> | |
nnoremap <silent> <Leader>a: :Tabularize /:\zs<CR> | |
vnoremap <silent> <Leader>a: :Tabularize /:\zs<CR> | |
" auto align on pipes | |
inoremap <silent> <Bar> <Bar><Esc>:call <SID>pipe_align()<CR>a | |
function! s:pipe_align() |
Let's start by getting it out on the table: Sublime Text is great, and version 3 should no longer be considered "abandonware" as of build 3065. Sublime Text served me very, very well over the years. That said, trying out new things is a major part of leveling-up, and in that vein Vim deserves a go. (And have you seen some of those thoughtbot guys flying around in Vim? It's awesome!)
Getting Vim up-and-running on your Windows machine doesn't have to be an all-day project. In this post, we'll walk through: