Run 3 commands below when you prepare your PR
nbdev_build_lib
nbdev_build_docs —fname {path the to file}
nbdev_clean_nbs
| 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 |
| 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 |
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see https://i3wm.org/docs/userguide.html for a complete reference! |
Run 3 commands below when you prepare your PR
nbdev_build_lib
nbdev_build_docs —fname {path the to file}
nbdev_clean_nbs