Skip to content

Instantly share code, notes, and snippets.

View mdoliwa's full-sized avatar

Marcin Doliwa mdoliwa

View GitHub Profile
set-option -sg escape-time 10
set-option -g focus-events on
unbind-key C-b
set-option -g prefix C-a
bind-key C-a last-window
set-option -sa terminal-overrides ',xterm-256color:RGB'
set-option -g default-terminal "screen-256color"
-- Set <space> as the leader key
-- See `:help mapleader`
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
vim.g.mapleader = '\\'
vim.g.maplocalleader = '\\'
-- Set to true if you have a Nerd Font installed
vim.g.have_nerd_font = false
-- [[ Setting options ]]