Skip to content

Instantly share code, notes, and snippets.

View anugrahsputra's full-sized avatar
🎯
huehue

Anugrah Surya Putra anugrahsputra

🎯
huehue
View GitHub Profile
set -ga terminal-overrides ",screen-256color*:Tc"
set-option -g default-terminal "screen-256color"
set -s escape-time 0
# Prefix and other bindings remain unchanged
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# Nord color scheme for status bar
" Plugins
" Plug 'preservim/nerdtree'
Plug 'terryma/vim-multiple-cursors'
" Plug 'tpope/vim-surround'
" Plug 'tpope/vim-commentary'
" Plug 'easymotion/vim-easymotion'
" Set leader key
@anugrahsputra
anugrahsputra / keybindings.json
Last active April 19, 2024 22:45
VSCode settings and keybindings
[
{
"key": "shift+tab",
"command": "selectPrevSuggestion",
"when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
},
{
"key": "tab",
"command": "selectNextSuggestion",
"when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"