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
#!/bin/sh | |
####################################################### | |
# UNIX TREE # | |
# Version: 2.3 # | |
# File: ~/apps/tree/tree.sh # | |
# # | |
# Displays Structure of Directory Hierarchy # | |
# ------------------------------------------------- # | |
# This tiny script uses "ls", "grep", and "sed" # | |
# in a single command to show the nesting of # |
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
"......................................................................ARQUIVO | |
"" Sai fora na marra! | |
imap <F12> <esc>:wqa!<cr> | |
map <F12> :wqa!<cr> | |
" Abreviacoes uteis para sua sanidade mental | |
cab W w| cab Q q| cab Wq wq| cab wQ wq| cab WQ wq | |
" Copy e paste | |
nmap <F3> :set paste<CR>:r !pbpaste<CR>:set nopaste<CR> | |
imap <F3> <Esc>:set paste<CR>:r !pbpaste<CR>:set nopaste<CR> |