^
iscrtl
.
- ⌥↓ / ⌥↑ Move line down/up
- ⇧⌘\ Jump to matching bracket
It's practically an all-purpose training of the mind.
Meditation has the objects of stable attention and mindfulness (sati in pali), the latter being the optimal interaction between attention and peripheral awareness.
The practice consists in listening to the meditation object (the breath). Whenever you realise the mind wondered off, you happily move back to the meditation object. That's it, everything else are techniques to remove the time you're not following the meditation object.
ctrl+k e
explorer (sometimes ctrl+shift+e
)ctrl+1
focus on editoralt+up
move line upshift+alt+right
extend selectionf12
go to definitionshift+f12
see usagesctrl+d
select occurrencesctrl+k ctrl+d
skip last selected occurrence and select next (editor.action.moveSelectionToNextFindMatch)ctrl+u
undo select occurrencectrl+alt+-
go backapp
)# Read File System | |
# alias ag='ag -C' # -C 5 # Context | |
alias aglog='ag "\>\>\>"' | |
alias agdeb='ag binding\.pry app/ lib/ vendor/ config/ spec/ && ag debugger app/javascript/ app/assets/javascripts/' | |
alias agig="ag --ignore-dir={vendor,vendir,node_modules,cache,tmp,test}" | |
# alias agit='ag --ignore="*_test\.*"' | |
alias agl='ag -l' # file only | |
alias agq='ag -Q' # no regex | |
alias agw='ag --width=300' | |
alias bigfiles="find . -type f -printf '%s %p\n' | sort -nr | head -30" |
Currently interested in ReactJS, Node, TypeScript, AI, UX.