This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
properties([ | |
buildDiscarder( | |
logRotator( | |
artifactDaysToKeepStr: '', | |
artifactNumToKeepStr: '', | |
daysToKeepStr: '60', | |
numToKeepStr: '' | |
) | |
), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# splitting panes with | and - | |
bind | split-window -h | |
bind - split-window -v | |
# enable mouse scrolling through backlog | |
#set -g mouse on | |
# Set vi as the default editor | |
set-window-option -g mode-keys vi | |
bind-key -T copy-mode-vi 'v' send -X begin-selection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Set leader key for quick commands | |
let mapleader = " " | |
" encode "to sixty four" and "from sixty four" | |
vnoremap <leader>tsf c<c-r>=system('base64', @")<cr><esc> | |
vnoremap <leader>fsf c<c-r>=system('base64 --decode', @")<cr><esc> | |
" Show line numbers | |
set number |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My mastodon account: https://pdx.social/web/@ConsoleWitch |
OlderNewer