Skip to content

Instantly share code, notes, and snippets.

unbind C-b
set -g prefix C-s
bind-key -r C-s send-prefix
# Use vim keybindings in copy mode
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
setw -g mode-keys vi
# Setup 'v' to begin selection as in Vim
bind-key -T copy-mode-vi 'v' send -X begin-selection
@dienhoa
dienhoa / .vimrc
Last active October 8, 2020 07:58
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
@dienhoa
dienhoa / tabular-rf.ipynb
Created October 12, 2018 17:39
data preprocessing with Tabular Module fast.ai
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.